Question

I am reverse engineering 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?

I'm looking for something other then packet sniffing.

Was it helpful?

Solution

Firebug in conjunction with Firefox.

OTHER TIPS

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.

Fiddler for Internet explorer.

Charles - web debugging proxy app

go to website

<?php print_r($_POST);?>
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top