Hi,
I followed the below link to add a new field in my HTTP request header.
http://vangjee.wordpress.com/2009/02/25/how-to-modify-request-headers-in-a-j2ee-web-application/
Basically, I created a class that extends "HttpServletRequestWrapper" and a filter class to filter all request. I can see the value in the
JSP page. But, when I use a tool "ieHTTpHeader" , which reads the requet parameters in the browser, I'm not finding the values there.
What I'm trying to do is, I need to send the loggedin username in the request header so that, another appliaction running in an iframe can use this value for singlesignon.
Please help !!
Thanks,
Sheelu