Hiding referrer for affiliate redirects

deadme

Newbie
Joined
Oct 9, 2020
Messages
8
Reaction score
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?
 
<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.
 
So you basically redirect your visitor to a page with above mentioned meta header and redirect to a final destination from there?
 
Thanks guys.

follow up question would be: Is it possible to mask referrer?
Basically inject fake referrer.
 
Back
Top