-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.ProxyEngine.IsProxied
Andrew Lambert edited this page Nov 26, 2022
·
7 revisions
libcURL.ProxyEngine.IsProxied
Function IsProxied(Hostname As String) As Boolean| Name | Type | Comment |
|---|---|---|
| Hostname | String | A hostname to compare to the proxy exclusion list. |
Returns True if requests to Hostname will be proxied.
Specify the hostname only; i.e. if the URL is http://www.example.com/foo.txt then www.example.com is the hostname. If no proxy is configured then all hosts return False.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.