Skip to content

libcURL.ProxyEngine.ExcludeHost

Andrew Lambert edited this page Jan 14, 2023 · 9 revisions

libcURL.ProxyEngine.ExcludeHost

Method Signature

 Sub ExcludeHost(Hostname As String)

Parameters

Name Type Comment
Hostname String A hostname which should be excluded from proxying

Remarks

Specify the hostname only; i.e. if the URL is http://www.example.com/index.html then www.example.com is the hostname.

If the Hostname has a leading period then all subdomains of that domain are included, such that .example.com will disable proxying for both www.example.com and foo.example.com.

IPv6 literal addresses must be given without enclosing brackets. IPv6 literal addresses are compared as strings, so they will only match if the representations are the same: ::1 might be the same IP address as ::0:1 but they are not considered equal by the proxy engine.

See also

Clone this wiki locally