For some reason, if I request a file using a url such as this:
http://localhost/proxy.php?url=http://anintranetsite/file.jpg
It works! I can get the file. But if I use,
http://127.0.0.1/proxy.php?url=http://anintranetsite/file.jpg
I cannot get it to work. I am not unnderstanding what is going on... Any thoughts on what could be going wrong?
Thanks