On Thu, Sep 09, 2004 at 03:16:19PM +0530, Keith Hankin wrote: : I am trying to determine what JSP page sent me to my Servlet, so I use request.getHeader("referer"). Unfortunately, the String returned is the Servlet itself and not the actual referer. This seems like a bug to me. Is there some way to get the actual referer?
The "referer" header isn't reliable. Browsers may refuse to send it, for privacy reasons. What's your high-level goal? -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]