can anyone recommend a firefox plugin so I can see exactly what is being sent to a post form?

debugging, firefox-addon, forms, post

Solution

Firebug? It lets you see HTTP requests and responses on the 'net' tab.

Problem

I'm trying to debug my form POST code. Is there any firefox plugin so I can see exactly what the browser is sending (rather than monitor at the server side)?

Original source