views:

72

answers:

2

How can I intersect the post data in FF or Chrome is sending via configuration, extension or code? (Code part makes this programming related. ;)

I currently use Wireshark/Ethereal for this, but it's a bit difficult to use.

+4  A: 

Do you have control of the browser POSTing the data?

If you do, then just use Firebug. It's got a lot of usefull features, including this

Radu094
Perfect! Thank you!
Carlsberg
+1  A: 

For Firefox there is also TamperData, and even more powerful and cross-browser is Fiddler.

0xA3