-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.ProxyEngine.SetProxyHeader
Andrew Lambert edited this page Nov 26, 2022
·
8 revisions
libcURL.ProxyEngine.SetProxyHeader (Deprecated)
Function SetProxyHeader(HeaderName As String, HeaderValue As String) As Boolean
Name | Type | Comment |
---|---|---|
HeaderName | String | The header name. Pass an empty string to clear all previously set headers |
HeaderValue | String | The header value. Pass an empty string to clear the named header |
Returns True
on success.
This method has been deprecated in favor of ProxyEngine.SetHeader.
Specifies an HTTP header which should be sent to the proxy server instead of the origin server. Subsequent calls to this method will append the header to the previously set headers. Headers will persist from transfer to transfer.
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.