Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
UrlReferrer always nothing
Message
 
To
11/05/2006 02:19:14
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01120903
Message ID:
01121191
Views:
10
Hi Michel,

Request.UrlReferer will be null when the page is accessed directly through the browser. On the other hand, if the page is being requested from other page (by a link, for example) then UrlReferer will have a valid instance.

Just for the record, the Request.UrlReferer property gets its value from the HTTP request header. This value is optional and might be situations when you really won't receive it.
-----
Fabio Vazquez
http://www.fabiovazquez.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform