| | | Unfortunatly the perl enviroment for HTTP_REFER gets the address of the page that called the script rather than the site the user found the link to my site on. Is there way to change this? Or is there a way to pass the real HTTP_REFFER to the CGI program? |
As far as I know, the page that called the script is the "real" HTTP_REFERER. But if you just want to get the user agent, date, and referer, you may want to see if your http daemon (or web hosting utils if you can't alter the httpd config) can log that data for you instead of invoking perl on every hit. |