On 5/11/07, Vladislav Titov <[EMAIL PROTECTED]> wrote: > I have performed one more check again. Dan mentioned that archstats is using > libcurl. So I have tried to use curl directly with my proxy. Command > curl http://somehost.to.get/ > works successfully and displays retrieved information. Proxy host is defined > using http_proxy,ftp_proxy environment variables. > What is wrong for archstats?
It does some rather crazy things- all of the data is sent in a URL-encoded string, several non-standard headers are used, etc. So it doesn't quite work the way you would expect with a normal web page, and this may be your problem. -Dan _______________________________________________ arch mailing list [email protected] http://archlinux.org/mailman/listinfo/arch
