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)?
views:
87answers:
8
+2
A:
try charles, you can monitor IE and FF. Tamper data should also work well
ram
2010-01-07 17:05:02
+13
A:
Firebug? It lets you see HTTP requests and responses on the 'net' tab.
jalf
2010-01-07 17:05:03
+1, Firebug is exactly what you need to see 'under the hood' like this.
Justin Ethier
2010-01-07 17:06:12
+1 for the net tab tip.
Nick Fortescue
2010-01-07 17:11:52
+1
A:
Get Firebug!, it has everything you need -- or alternatively Live HTTP Headers.
Gregory Pakosz
2010-01-07 17:05:12