I am using Request.UrlReferrer to get the previous link, but it is not working for my HTTPS site. I can’t use the query string; Is there any work around for this?
I am using Request.UrlReferrer to get the previous link, but it is not working
Share
You can’t get the referrerUrl if comming from encrypted site (with SSL fx). The referrer header is pretty insecure, one can simply hit your URL and pass up any referer they want.
http://www.w3.org/Protocols/rfc2616/rfc2616-sec15.html#sec15.1.3