Re: [PHP] how to specify custom http header in fopen("http://...",...)

2002-01-29 Thread Joffrey van Wageningen
> I've a bunch of PHP program that heavily depends > on remote services via fopen("http://...";,...) costruct. > > Now I've installed mod_gzip on the remote server > and so if I can specify "Accept-Encoding: gzip,deflate" in > my http header request, I can have a (much) smaller network traffic

[PHP] how to specify custom http header in fopen("http://...",...)

2002-01-29 Thread g.p.ciceri
Hello all, I've a bunch of PHP program that heavily depends on remote services via fopen("http://...";,...) costruct. Now I've installed mod_gzip on the remote server and so if I can specify "Accept-Encoding: gzip,deflate" in my http header request, I can have a (much) smaller network traffic.