Hi all,
I have a peculiar problem. I need to set headers in the servlet request.
We can get the headers from the request by using
getIntHeader(java.lang.String name) method in HttpServletRequest interface.
But, the question is how to set the headers. For example, I want to set a header of a key-value pair (eg: myname , raju) in request.
Would any one can help me how to do that.
Thanks ,
Raju