My page needs to have enabled no-referrer policy.
<add name="Referrer-Policy" value="no-referrer" />
But in the backend code I still need to read the UrlReferrer property. When I do it now, it of course returns null.
null
Is there any alternative to UrlReferrer property, or is there any other way to acquire this information.
Thank you for all the help.
2.1m questions
2.1m answers
60 comments
57.0k users