|
Posted by yawnmoth on 07/25/06 05:14
I was looking at the various cURL options and have a few questions.
CURLOPT_HTTPPROXYTUNNEL's being set to true is supposed to tunnel
through a given HTTP proxy. Afaik, tunneling is only possible when the
CONNECT method is used. Is that correct?
Also, if it is... one can normally tunnel through as many HTTP proxies
supporting CONNECT as they see fit. Does cURL only let you tunnel
through one?
CURLOPT_PORT's value is described as "an alternative port number to
connect to", however, CURLOPT_URL already allows a URL to be added.
Does this mean that if it can't connect on that port, it'll try to
connect on this port?
Navigation:
[Reply to this message]
|