
ericc - 2010-02-24 16:10:16
First : Thanks !!
Finally a very simple class for cURL which accept post and successfully pass through my proxy !! :-)
I just found a small 'typo' in line 107 :
"$this->option(CURLOPT_HTTPPROXYTUNNEL. TRUE);"
should be
"$this->option(CURLOPT_HTTPPROXYTUNNEL, TRUE);"
thanks again
ericc