Is there a way in php to set the value for the Referrer header that gets sent along with the HTTP request ?
are Understanding Browser this header? for example replace:
< meta http-equiv="Referrer" content="never"/ >
by
header('Referrer: never');//sent header in php