Home > General > Affiliate Marketing Forum

Traffic spoofing / hiding traffic origin (11)


05-03-2015 03:34 AM #1 thedav (Member)
Traffic spoofing / hiding traffic origin

If I want to send traffic to a site, but do not want the site owners to know it is from popups on various sites, is there a way to hide where it is coming from? or more ideally to make it look like it is coming from somewhere more legit, like facebook etc?


05-03-2015 05:39 AM #2 dlegia (Member)

You can use double meta refresh to hide traffic source origin - in this case destination site will see your site as a referer (if you place double meta refresh html page on your server).

Refrer information is generated on client side (web browser) and then sent to destination page (hosted on your customer's server). So if you have this funnel:
1. Your traffic source -> 2. Intermediate page on your server -> 3. Your customer destination page.

on step (2) end user surfer browser will generate referer and will redirect user to step (3) In this case you don't have control over the situation.


05-03-2015 06:32 PM #3 bbrock32 (Administrator)

Double meta refresh or meta refresh followed by a js form submit will work 99% of the times.

If you want to be 100% sure though you have to use a SSL certificate on your server. That will clear 100% of referrers.


05-03-2015 07:26 PM #4 twinaxe (Senior Moderator)

Quote Originally Posted by bbrock32 View Post
If you want to be 100% sure though you have to use a SSL certificate on your server. That will clear 100% of referrers.
Can you explain this a little bit more how exactly it works?
Interesting for me would be how fast the redirects are.
Because when I use CPV Lab's option to hide the referrer the redirects are pretty slow sometimes (up to 2 seconds).
And how accurate is it when I use a SSL certificate?


05-03-2015 08:48 PM #5 thedav (Member)

Quote Originally Posted by dlegia View Post
(if you place double meta refresh html page on your server).
Could you elaborate on how to make such a page?


05-04-2015 04:11 AM #6 dlegia (Member)

The default behavior is that browsers will not send referrer information when going from HTTPS to HTTP.

!!! However, browsers will send referrer when going from HTTPS to HTTPS.

Also, in HTML5, there is a new meta tag named referrer, that looks like this:

<meta name="referrer" content="origin">
New browsers have already implemented this. So whether or not browsers will send referrer, will depend on this meta tag in the near future. If this meta tag is not included in page's HTML, then browsers will use the default behaviour.

Following are the possible values of content attribute of referrer meta tag:
- no-referrer: Referrer will not be sent, regardless of HTTP or HTTPS
- origin: Only the origin (main) domain will be sent as referrer
- origin-when-crossorigin: Same origin will send full referrer URL and cross origin will send only origin URL as referrer
- no-referrer-when-downgrade: This is the default behaviour when no referrer meta tag is provided on the page.
- unsafe-url: This will always send referrer, regardless of HTTP or HTTPS

Also, there are some legacy attribute values for referrer meta tag. These are no longer recommended, but used in many sites at the moment:
- never: same as no-referrer
- default: same as no-referrer-when-downgrade
- always: same as unsafe-url



Copy/Pasted from here - http://stackoverflow.com/questions/1...m-a-https-page


05-04-2015 12:46 PM #7 tim roth (Member)

Keep in mind with DMR you'll experience huge click loss.


05-04-2015 01:01 PM #8 littleboy (Member)

I usually do not use it as I noticed a huge click loss using double meta refresh


05-04-2015 02:57 PM #9 the_swede (Member)

fake keywords and ref?


05-06-2015 05:18 PM #10 vondutch (Member)

Quote Originally Posted by bbrock32 View Post
Double meta refresh or meta refresh followed by a js form submit will work 99% of the times.
Could you give little more info?


05-07-2015 11:44 AM #11 32rfs23f23f (Member)

I use prosper202 to fake referrer. (i think this one uses POST)
Or there you have a script "CPA redirector" for WP.

Fake is better to blank. Why? Because if there is no referrer, people start wondering, why is that.
If they see a legit website - they do not ask questions themselves anymore.
Usually i have a legit blog/website on the domain so that it shows as legit site/referrer if visited.


Home > General > Affiliate Marketing Forum