I am using the code HttpContext.Current.Request.UrlReferer ?? (Object)).ToString()
in my project to get the referrer URL from my hosted application.
When I am redirecting from an HTTP page then I am able to get the URL, but if I'm redirecting from an HTTPS page then I am getting a null value, how can I get UrlReferrer working for HTTPS?