curl-library
Re: Small mods to curl_easy_setopt.3
From: Colin Hogben <curl_at_pythontech.co.uk>
Date: Fri, 14 Feb 2014 21:48:09 +0000
Date: Fri, 14 Feb 2014 21:48:09 +0000
On 14/02/14 15:24, Daniel Stenberg wrote:
> the NO_PROXY update is incorrect. THe
> names in the NOPROXY list are tail-matched against the used host name.
>
> IOW, having "example.com" in CURLOPT_NOPROXY will still make
> example.com.othertld use the proxy.
That is exactly what I was trying to convey. Maybe the wording can be
clarified further:
hostname itself. For example, example.com would match example.com,
example.com:80, and www.example.com; but example.com would match neither
www.notanexample.com nor example.com.othertld and so the proxy would be
used for these two hostnames. (Added in 7.19.4)
-- Colin Hogben ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.htmlReceived on 2014-02-14