views:

580

answers:

4

I am reverse engeneering an app and I need to see what is in the post data without viewing the form source, is a there a decent app/plugin to see what is being posted?

Any Browser on Windows
I'm looking for something other then packet sniffing.

+2  A: 

Firebug in conjunction with Firefox.

nshaw
+1  A: 

Fiddler for Internet explorer.

shahkalpesh
Ah, beat me to it. It should work for any web browser. Just set the proxy info. Chrome picks up the proxy setting automatically, just like IE does.
Philip T.
A: 
<?php print_r($_POST);?>
Click Upvote
wtf? why was this downvoted
Click Upvote
Because it is completely unhelpful and non applicable to the situation.
mathepic
+1  A: 

Also for Firefox, there are plugins named HTTPfox and Tamperdata that allow you to do more with POST data then firebug. I personally have all three on my work computer.

James McMahon
To whomever voted this down, if your going to vote something like this down, please explain why.
James McMahon