Skip to content
Advertisement

Tag: referrer

How to spoof site referrer?

I have 2 pages : 1.php and 2.php When the user arrives on 2.php, i want to show on 2.php that the user is arriving from google.com and NOT from 1.php I tried spoofing the header of 2.php using when i do a javascript document.write(document.referrer); it shows me 1.php Any help is appreciated. Answer The http referrer is a request

Advertisement