Firefox form analyzer plugin

Go To StackoverFlow.com

1

I would like to know if there is any firefox html form analyzer or for any other browser. Form analyzer is a tool that once you submit a POST form or any other type of form, will tell you the fields submitted together with their value. A good analyzer can by located in the following address

http://www.webbotsspidersscreenscrapers.com/form_analyzer.php?term=hello&sort=up

but the problem with that analyzer is that the information is posted to this address. What I want to do is to post the data on my server and see if the data works correctly.

Thanks

2012-04-04 00:52
by user1015777
Would HttpFox suit your needs - Chetter Hummin 2012-04-04 00:58


0

You may want to look at the Live HTTP Headers Extension and Firebug Network Analysis functionality. They will let you analyze any form submitted from within Firefox.

2012-04-04 01:38
by Ariel
Ads