Re: [Webware-discuss] referer?

2001-10-19 Thread Mike Orr
On Fri, Oct 19, 2001 at 10:07:41PM -0400, Ben Parker wrote: > So I'm now checking for the HTTP_REFERER environment variable in the > request().environ() dictionary and pulling it from there if it exists. One also has to remember that referrer is spelled wrong in the variable name. I've been caug

RE: [Webware-discuss] referer?

2001-10-19 Thread Ben Parker
Sorry for the false question, my problem was a combination of mixed up HTTP requests with and without the referer, and a faulty httpd.conf. So I'm now checking for the HTTP_REFERER environment variable in the request().environ() dictionary and pulling it from there if it exists. -Original M

[Webware-discuss] referer?

2001-10-19 Thread Ben Parker
I'm running Apache 1.3.19 and can't seem to get access to the HTTP_REFERER value. I know my browser is sending the Header, because I can pick it up in PHP, but it doesn't show in Webware or in a Perl CGI script dumping all ENV variables. Anybody ever run into this problem? Thanks, Ben ___