Hi,
i am a dot net developer.In our site we have a requirement like
url masking.
Example : We have 2 domains like google and srinivas .If we browse the
google domain html page it will show srinivas domain default.aspx page.
For this i used i frame in the test.html page in google domain.Now we
are able to see the google url in the address bar and we are accessing
srinivas domain page(in iframe).everything is working fine here.
I need to track the urls here.For this i used
Request.ServerVariables["HTTP_REFERER"].ToString(); for getting the
url.
It is working fine in the internet explorer but it is failing in
mozilla and netscape.Is there any method to work in all browsers.
Thanks,
srinivas
Bruce Barker - 08 Nov 2005 17:54 GMT
no. filling in HTTP_REFERER is optional, and many proxy servers strip it
for privacy reasons.
-- bruce (sqlwork.com)
> Hi,
>
[quoted text clipped - 18 lines]
> Thanks,
> srinivas