ASP Request.ServerVariables("HTTP_REFERER") return undefined

Status
Not open for further replies.

oliflorence

New Member
Hello,
I am using Request.ServerVariables("HTTP_REFERER") in an ASp code to check the referrer. This works fine on my local server but once on the web it is returning a value of undefined.

Could there be a firewall issue on my side blocking this or something with the server?

many thanks
 

ziycon

New Member
Check the version of the .NET Framework your using and the version the server is using!
 

mneylon

Administrator
Staff member
I can't imagine it would be firewall related, so check the versions as already suggested to start with ...
 
Status
Not open for further replies.
Top