up vote 2 down vote favorite
share [g+] share [fb]

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.

link|improve this question

feedback

5 Answers

up vote 4 down vote accepted

Firebug in conjunction with Firefox.

link|improve this answer
feedback

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.

link|improve this answer
To whomever voted this down, if your going to vote something like this down, please explain why. – James McMahon Jan 26 '09 at 16:49
feedback

Charles - web debugging proxy app

go to website

link|improve this answer
feedback

Fiddler for Internet explorer.

link|improve this answer
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. Jan 12 '09 at 5:28
feedback
<?php print_r($_POST);?>
link|improve this answer
wtf? why was this downvoted – Click Upvote Jan 12 '09 at 17:00
3  
Because it is completely unhelpful and non applicable to the situation. – monadic Dec 21 '09 at 18:52
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.