I know https
doesn't send UrlReferrer
for security reasons. But is there any way how can I get the UrlReferrer
. I am testing a web app and need to send UrlReferrer
to 2nd domain.
If I use a middle domain just for redirection then it's sending UrlReferrer = null
, is there any way to set custom UrlReferrer
when redirecting from middle domain to other domain in asp.net MVC?
or is there any way to preserve UrlReferrer
from https, we don't want to use something in URL, because we don't want to show user we are checking it. we don't wanna serve the page of 2nd domain if use came there direct not from first domain.
Any suggestions, please.