views:

87

answers:

8

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)?

+4  A: 

Live HTTP Headers

gameover
+2  A: 

try charles, you can monitor IE and FF. Tamper data should also work well

https://addons.mozilla.org/en-US/firefox/addon/966

ram
+13  A: 

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

jalf
+1, Firebug is exactly what you need to see 'under the hood' like this.
Justin Ethier
+1 for the net tab tip.
Nick Fortescue
+1  A: 

Get Firebug!, it has everything you need -- or alternatively Live HTTP Headers.

Gregory Pakosz
+1  A: 

Firebug can do this

Michael Bray
A: 

You can use firebug and in the network tab see what is posted firebug

Patrick
+2  A: 

Fiddler works with IE, Firefox, and many other processes.

fiirhok
A: 

There's also HTTP Analyzer

Chad