Request.UrlReferrer is null, what gives?
I was looking for a consistent way to be able to know the url a user was coming from when loading a page. I came across the Request.UrlReferrer property of the page, and thought "hey, this is exactly what I need!", but that wasn't the case. It was working in some instances, and was coming up [...]