Hi
I'm using the following simple PHP proxy script but am getting a sporadic message at the destination site.I'm thinking that perhaps it may have something to do with the HTTP_REFERER header, although I'm not explicitly defining it.Can anyone tell me how to explicitly turn off or leave the HTTP_REFERER header blank?Thanks in advance!\[code\]$url = $_GET['path'];readfile($path);\[/code\]
I'm using the following simple PHP proxy script but am getting a sporadic message at the destination site.I'm thinking that perhaps it may have something to do with the HTTP_REFERER header, although I'm not explicitly defining it.Can anyone tell me how to explicitly turn off or leave the HTTP_REFERER header blank?Thanks in advance!\[code\]$url = $_GET['path'];readfile($path);\[/code\]