Well I have posted this question before in different forum of "Java Ranch".Sorry for being redundent.
Here is what I am trying to do.
I have one JSP page "post.jsp" and another one "test.jsp". I would like to add one or two custom header in "post.jsp" page and then send(using POST method) these custom headers along with the default ones to "test.jsp".
If I can do that successfully then I would also like to delete few default headers and send only custom headers to "test.jsp".