Is it possible to see the data of a post request in Firefox or Chrome?
firefox, firefox-addon, google-chrome, post
Solution
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
Problem
How can I intercept the post data a page is sending in FF or Chrome 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.