views:

39

answers:

2

Hi All, How do I get the parameters that are available in the request Header? When I login to a site, I need to see the values that are available in the request header.Is it possible to get that information using any Addons? Can someone please help me to find this?

Thanks in advance

A: 

FireFox TamperData is the closest thing I can think of off the top of my head, it shows you what is in the current request/response headers and allows you to manipulate them.

runrunraygun
Thanks for your reply. I've a question, our application sets the user name in header. So in the java code I can get that using request.getHeader("paramName"). Is it possible to see that "paramName" using any plugins? Is that part of HTTP Header?
Appps
A: 

Yeah.You can observe the cookies(sent and received),Request and Response Headers,POST Data and Query string data of a request using Httpfox addon of firefox

Srinivas Reddy Thatiparthy