Is it possible to spoof the REFERER variable when forwarding to an outside page?
For example:
The page is directed through a header
$URL=" header ("Refresh: 0; url=$URL");
Now is it possible to set the REFERER value?
I have located this documentation which suggest it would be possible.
However I am unsure on how to implement it in my example.
Any help would be appreciated.
Thanks.
For example:
The page is directed through a header
$URL=" header ("Refresh: 0; url=$URL");
Now is it possible to set the REFERER value?
I have located this documentation which suggest it would be possible.
However I am unsure on how to implement it in my example.
Any help would be appreciated.
Thanks.