Request.UrlReferrer is null, what gives?

By |2018-06-27T17:47:25+00:00December 4th, 2011|Categories: ASP.NET|Tags: |

  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 [...]