-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.ProxyEngine.UnifiedHeaders
Andrew Lambert edited this page Nov 26, 2022
·
4 revisions
libcURL.ProxyEngine.UnifiedHeaders
Dim UnifiedHeaders As Boolean
When set to True
(the default before libcurl 7.42.1), libcurl will send the same request headers to the proxy as it does to the server. When set to False
only those headers set with the SetHeader() method are sent to the proxy.
- CURLOPT_HEADEROPT in the libcurl documentation
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.