How to fake referer?

Masterptc

Regular Member
Joined
Aug 9, 2011
Messages
421
Reaction score
603
Im pretty sure this has been discussed, i looked it up and read through many threads and im still confused.
I want to hide traffic source im sending to a certain link and spoof it like its coming from Google or other site of my chose,
how do i do this ? And without placing the links on my website and using some program/script to do this through my website.
 
There's a number of ways to do it.

- meta refresh
- javascript header
- php header
- multiple redirects
- https

What you should do is use a search engine to find 'referer spoofing' and study. There's different reasons for different methods since both the browser and referring document (server) set the referer. Probably the best thing to do is search for your specific case as chances are someone else has been in your position and solved it.
 
Back
Top