Search code examples
google-chromefirefoxpostfirefox-addon

Is it possible to see the data of a post request in Firefox or Chrome?


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.


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