Skip to content

libcURL.ProxyEngine.UnifiedHeaders

Andrew Lambert edited this page Nov 26, 2022 · 4 revisions

libcURL.ProxyEngine.UnifiedHeaders

Property Declaration

 Dim UnifiedHeaders As Boolean

Remarks

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.

See also

Clone this wiki locally