On Thu, 30 Apr 2009, Roman Kubiak wrote: Don't top-post!
Ah yes CURLOPT_HTTPPROXYTUNNEL is the option I was looking for because it does the CONNECT method on the http proxy, but does this option work for SOCKS proxy servers ? or is it http proxy specific ?
CURLOPT_HTTPPROXYTUNNEL is for http proxies only, yes. With a socks proxy you never really access the remote server, only the proxy. -- / daniel.haxx.se
