PDA

View Full Version : see POST data sent by firefox



misha680
February 1st, 2009, 09:00 PM
Hi, quick question, trying to get autologin via curl into attwifi T-Mobile hotspots but it seems I am not mimicking post data correctly, any way to see what firefox actually sends?

Thanks
Misha

Tomosaur
February 1st, 2009, 09:14 PM
Install the 'Web Developer' plugin for firefox, then select 'view form information' from the drop down box in the toolbar. There you should be able to see a nice table of the form elements and their current values.

drubin
February 1st, 2009, 10:20 PM
install firebug FF plugin and you can few the data that is sent recived. You can't really do web development with out firebug!

DocForbin
February 2nd, 2009, 01:58 AM
tamper data is another handy plugin for this

slavik
February 2nd, 2009, 03:08 AM
does live headers do this, too?

drubin
February 2nd, 2009, 10:23 PM
does live headers do this, too?

Ye but I think tamper data allows you to edit the data being sent as well.