Re: HTTP_REFERRER and Mod_perl

2001-01-16 Thread Keith G. Murphy
"Khachaturov, Vassilii" wrote: > > Please keep in mind that what you describe is a behaviour of one particular > user agent. > Some UAs just never send referer for anonymity. (Sometimes proxy will do > that for them). Some do it for links from a web page, but not from a file:// > URL. Some don't

RE: HTTP_REFERRER and Mod_perl

2001-01-15 Thread Khachaturov, Vassilii
. I personally use referer only for xrefs validation/stats purposes. Vassilii http://www.tarunz.org/~vassilii -Original Message- From: Stef Telford [mailto:[EMAIL PROTECTED]] Sent: Monday, January 15, 2001 2:36 PM To: siberian Cc: [EMAIL PROTECTED] Subject: Re: HTTP_REFERRER and Mod_per

Re: HTTP_REFERRER and Mod_perl

2001-01-15 Thread Stef Telford
John wrote: > Are you hitting the page directly? If so then you will not get a referer. > You have to link to it from another page in order for that variable to be > set. If the page is the first to load in the browser there is no referring > page. > Just a thought! no, thank you. it was a good q

Re: HTTP_REFERRER and Mod_perl

2001-01-15 Thread siberian
Are you hitting the page directly? If so then you will not get a referer. You have to link to it from another page in order for that variable to be set. If the page is the first to load in the browser there is no referring page. Just a thought! John- On Mon, 15 Jan 2001, Stef Telford wrote: >

Re: HTTP_REFERRER and Mod_perl

2001-01-15 Thread Stef Telford
John wrote: > I think your mispelling : > > HTTP_REFERER , not HTTP_REFERRER > > When in doubt run a check on your %ENV hash > > foreach( keys %ENV ) { > print "$_ = $ENV{ $_ }\n" ; > } > you know.. thats the funny thing. I DO that. i have changed the spelling of HTTP_REFERRER to HTTP_R

Re: HTTP_REFERRER and Mod_perl

2001-01-15 Thread Clint Gilders
Stef Telford wrote: > The problems arise when i try to use HTTP_REFERRER from > the $ENV enviroment. All the other variables are set jst fine > (HTTP_HOST, > HTTP_ACCEPT, HTTPS) but no HTTP_REFERRER. What am I doing > wrong to not 'obtain' this variable. it never shows up in the $ENV lis

Re: HTTP_REFERRER and Mod_perl

2001-01-15 Thread Jeremy A. Mates
On Mon, 15 Jan 2001, Stef Telford wrote: > The problems arise when i try to use HTTP_REFERRER from > the $ENV enviroment. All the other variables are set jst fine > (HTTP_HOST, > HTTP_ACCEPT, HTTPS) but no HTTP_REFERRER. What am I doing > wrong to not 'obtain' this variable. it never shows u

Re: HTTP_REFERRER and Mod_perl

2001-01-15 Thread siberian
I think your mispelling : HTTP_REFERER , not HTTP_REFERRER When in doubt run a check on your %ENV hash foreach( keys %ENV ) { print "$_ = $ENV{ $_ }\n" ; } John- On Mon, 15 Jan 2001, Stef Telford wrote: > hello, > okay, this may be a silly configuration problem, but I would >

Re: HTTP_REFERRER and Mod_perl

2001-01-15 Thread Balazs Rauznitz
You spell too well. Try HTTP_REFERER. -Balazs On Mon, 15 Jan 2001, Stef Telford wrote: > hello, > okay, this may be a silly configuration problem, but I would > really like to know if its jst me with this problem. if it is, then i > dont mind > being hit around the hit and pointed to th