Cyrcle
Cyrcle

Reputation: 1373

Need Firefox plug-in to show POSTed variables

I need to find out what variables and values are being POSTed to a script that I'm debugging. It's doing something strange to them, and it needs to start a session so I can't ouput them right at the beginning. I'm hoping to find a plug-in for Firefox that will show me what they are directly from the browser. Does anyone know of such a thing?

Upvotes: 1

Views: 5063

Answers (5)

csdaraujo
csdaraujo

Reputation: 159

Live HTTP Headers

Let's you see every request, edit it and replay it. Excelent plugin and easy to use...

Upvotes: 1

yalestar
yalestar

Reputation: 9564

LiveHTTPHeaders is an oldie but a goodie

Upvotes: 0

Daniel DiPaolo
Daniel DiPaolo

Reputation: 56390

Fiddler has such a plugin and it is also just a good HTTP debugger in general

Upvotes: 0

Matt Ball
Matt Ball

Reputation: 359826

Use Firebug. It's awesome.

The Net panel shows you what's going on over HTTP.

Upvotes: 3

Wolph
Wolph

Reputation: 80031

Firebug does that perfectly :)

  1. install Firebug
  2. open the network tab

Upvotes: 0

Related Questions