Posted January 31, 201213 yr The Request.ServerVariables("HTTP_REFERER") is not working in the Internet Explorer. We have a requirement like, there are two different websites say, www.example1.com and www.example2.com. I have to redirect all the users who uses www.example1.com to www.example2.com, and when we intentionally select www.example1.com in the dropdown list of www.example2.com it should have to open without any redirection. For this I have used Request.ServerVariables("HTTP_REFERER") in the www.example1.com so that I can Identify who are requesting www.example1.com based on that I applied redirection. This worked great in All standard browsers like Mozilla and Google Chrome but not applying for Internet Explorer. I used the below ASP code for www.example1.com It worked fine in all Browsers except IE. Can any one know regarding this? would you please suggest me the equivalent code for ALL BROWSERS (Including IE) which would give similar results as mentioned. Continue reading...
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.