D deadme Newbie Joined Oct 9, 2020 Messages 8 Reaction score 1 May 15, 2022 #1 Is there any way to inject or at least hide referrer when redirecting domain to another domain? how do you guys redirect domains when redirecting to affiliate merchant sites?
Is there any way to inject or at least hide referrer when redirecting domain to another domain? how do you guys redirect domains when redirecting to affiliate merchant sites?
darshanright Regular Member Joined Jan 22, 2015 Messages 275 Reaction score 54 May 15, 2022 #2 <meta name="referrer" content="no-referrer" /> Just add this to the head section of the web page. Works both for links and for Ajax requests.
<meta name="referrer" content="no-referrer" /> Just add this to the head section of the web page. Works both for links and for Ajax requests.
D deadme Newbie Joined Oct 9, 2020 Messages 8 Reaction score 1 May 15, 2022 Thread Starter Thread Starter #3 So you basically redirect your visitor to a page with above mentioned meta header and redirect to a final destination from there?
So you basically redirect your visitor to a page with above mentioned meta header and redirect to a final destination from there?
StealthPTE Junior Member Joined Sep 12, 2021 Messages 147 Reaction score 44 May 15, 2022 #4 darshanright said: <meta name="referrer" content="no-referrer" /> Just add this to the head section of the web page. Works both for links and for Ajax requests. Click to expand... That should work just fine for what you want to do.
darshanright said: <meta name="referrer" content="no-referrer" /> Just add this to the head section of the web page. Works both for links and for Ajax requests. Click to expand... That should work just fine for what you want to do.
D deadme Newbie Joined Oct 9, 2020 Messages 8 Reaction score 1 May 20, 2022 Thread Starter Thread Starter #5 Thanks guys. follow up question would be: Is it possible to mask referrer? Basically inject fake referrer.
Thanks guys. follow up question would be: Is it possible to mask referrer? Basically inject fake referrer.