Trying to hide my traffic source (cloaking) so i can direct my customers to different checkout page.

Boooverhere

Junior Member
Joined
Sep 22, 2022
Messages
167
Reaction score
61
Hey y'all,

Has anyone built a redirect service where the destination can't determine where the traffic originally came from? I'm looking for technical approaches or existing projects that focus on hiding the traffic source rather than affiliate tracking or marketing.

interested to know if there is a workaround for it, based on your experience. would appreciate any tips or advice

thank you
 
Just use a double Meta Refresh loop with a <meta name="referrer" content="no-referrer"> tag on a buffer domain. It strips the headers completely and makes the traffic show up as 'Direct' on the checkout backend.
 
Back
Top