You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
http_client_winhttp::send_request only handle the case when proxy.is_auto_discovery() return true.
So when we construct a web_proxy with uri, it will only set the proxy mode as user_provided_.
So send_request will ignore the proxy setting when we use uri to construct a web_proxy.
The text was updated successfully, but these errors were encountered:
http_client_winhttp::send_request only handle the case when proxy.is_auto_discovery() return true.
So when we construct a web_proxy with uri, it will only set the proxy mode as user_provided_.
So send_request will ignore the proxy setting when we use uri to construct a web_proxy.
The text was updated successfully, but these errors were encountered: