Is there a way to tell if someone was redirected to a page and, if so, identify the domain name or URL from where they came?
Our company is merging with another and the other company's domain name (i.e. abc.com) will be redirected to our domain name (i.e. xyz.com). We'd like to be able to intercept those people being redirected and then redirect them to an area within our site.
We use ASP and I've seen mentions of response.servervariables("HTTP_REFERRER", but I've also seen that it is unreliable.
This might be an easy question, but I'm very new to ASP and would appreciate any help.
Our company is merging with another and the other company's domain name (i.e. abc.com) will be redirected to our domain name (i.e. xyz.com). We'd like to be able to intercept those people being redirected and then redirect them to an area within our site.
We use ASP and I've seen mentions of response.servervariables("HTTP_REFERRER", but I've also seen that it is unreliable.
This might be an easy question, but I'm very new to ASP and would appreciate any help.