value passing from browser

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
longboy
Forum Newbie
Posts: 1
Joined: Fri Mar 23, 2007 8:40 am

value passing from browser

Post by longboy »

Hi,
I am a tester in UK based company and i want to knmow if there is any software from which i can check what variables are being sent using post method to the other page. I heard someone talking about such software long ago but i dont remember it anymore. its very very important for me right now.

Thanks in advance.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Something like Live Headers or various other add-ons/plug-ins would probably suffice. What browser?
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post by Kieran Huggins »

Firebug does nice things for showing AJAX responses - not sure about headers though. It seems like a firefox extension would be your best bet in any case.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

There are header apps for Firefox and IE.
Post Reply