Page 1 of 1

How can I replace referer ?

Posted: Thu May 15, 2003 10:01 pm
by Kari
Hi
This is my problem. I have script at domain
traffic.com/out.php
and I am sending to it from domains
mydomain1.com,
mydomain2.com,
mydomain3.com
etc...
Now hits from traffic.com/out.php are sent to
target1.com,
target2.com
etc...
How can I replace referer at traffic.com so that
it shows what I want ( traffic.com ) instead of
mydomain1.com
etc...?
Is it possible at all?

Thanks,
Kari

Posted: Thu May 15, 2003 11:41 pm
by m3mn0n
send $_SERVER['HTTP_REFERER'] as a POST or GET variable. :wink:


heh, it is only theory.

Not tested. And there is a good chance it won't work.



(I have seen it work before)