vote up 2 vote down star

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.

flag

4 Answers

vote up 2 vote down check

Firebug in conjunction with Firefox.

link|flag
vote up 1 vote down

Fiddler for Internet explorer.

link|flag
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 at 5:28
vote up -1 vote down

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|flag
To whomever voted this down, if your going to vote something like this down, please explain why. – James McMahon Jan 26 at 16:49
vote up -2 vote down
<?php print_r($_POST);?>
link|flag
wtf? why was this downvoted – Click Upvote Jan 12 at 17:00

Your Answer

Get an OpenID
or

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