I have a problem like this. How to add a parameter in HTTP Header which goes along with the request.
There are no methods available to set the Header values in the HttpServletRequest object. We can set only the Header values in the HttpServletResponse Object.
Please help me how to solve this.
Thanks in advance
Saravanan.K
Vishnu Prakash
Ranch Hand
Joined: Nov 15, 2004
Posts: 1026
posted
0
I have a problem like this. How to add a parameter in HTTP Header which goes along with the request
I guess you wanna recreate a test environment. I used Jakarta cactus for the same in case you need help regarding the same PM me. You may also like going through the help of cactus which explains in greta detail about all this.