I'm working on a kind of proxy wich uses fopen() to get remote urls.
The point is that fopen works fine when called by the script on my home server, while it returns a kind of 404 when called by the same script (on the same url) on my job server.
Both WinXP and Apache and same apache and php.ini conf.
The problem seems to exist only for certain domains, while other url work fine on both machines.
Hope you can give me a suggestion.
Thanks.