views:

10

answers:

0

Hi

How can I get the Referals site from a HTTP 301 with asp.net?, if I use

HttpContext.Current.Request.UrlReferrer

Example domain.com (with http 301 redirect ) -- > otherdomain.com/page.aspx

I am getting null on page.aspx

Thanks