On Tue, 5 Nov 2002 [EMAIL PROTECTED] wrote:

> Date: Tue, 5 Nov 2002 22:13:39 -0500
> From: [EMAIL PROTECTED]
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Why does Tomcat not set HTTP_Referer?
>
> I'm trying to setup some links that jump to another site. That other site
> checks the header for the HTTP_Referer environment variable. When I jump
> from my servlet in Tomcat to this other site this variable is empty. Why
> does Tomcat not set this variable? Am I just doing something wrong? Help.

The "Referer" header is set by the client, not the server.  Tomcat has
nothing to do with (and no control over) what your client browser does.

Craig McClanahan


--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to