- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.ProxyEngine.IncludeHost
Andrew Lambert edited this page Jan 14, 2023
·
7 revisions
libcURL.ProxyEngine.IncludeHost
Sub IncludeHost(Hostname As String)
Name | Type | Comment |
---|---|---|
Hostname | String | A hostname which should no longer be excluded from proxying. |
Specify the hostname only; i.e. if the URL is http://www.example.com/foo.txt
then www.example.com
is the hostname. By default, all requests are proxied; you only need to call this method to undo a call to ExcludeHost
.
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.