I'm trying to debug my开发者_Go百科 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)?
Firebug? It lets you see HTTP requests and responses on the 'net' tab.
Live HTTP Headers
Fiddler works with IE, Firefox, and many other processes.
try charles, you can monitor IE and FF. Tamper data should also work well
https://addons.mozilla.org/en-US/firefox/addon/966
Get Firebug!, it has everything you need -- or alternatively Live HTTP Headers.
Firebug can do this
You can use firebug and in the network tab see what is posted firebug
There's also HTTP Analyzer
精彩评论