
Joeri Thissen - 2007-01-12 20:06:37
I'm trying to set up http_class with a proxy, but I keep getting
110 could not connect to the host "[proxy ip]"
I tested it with multiple proxies which all worked perfectly on my own pc, but with http_class I can't get it to work.
I added the proxy ip and port in the variable declaration of http_class instead of using the arguments array, might that be the problem? or did I forget a variable? (the proxies I tested don't need a username/ password)
var $proxy_host_name="61.135.153.116";
var $proxy_host_port="8080";
Thanks in advance!