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
I know that there is the capability to specify an HTTPClient.Configuration.Proxy configuration that accepts a host, port, and authorization set of properties of a single server. But I'm wondering if, given a PAC file URL endpoint, can AHC do all the heavy lifting of fetching the PAC file content, parsing the rules, and sending requests to the proxy by default?
I think the answer is no this is not currently supported based on my quick read over of the code, but figured I'd ask in case I was missing something.
The text was updated successfully, but these errors were encountered:
I know that there is the capability to specify an
HTTPClient.Configuration.Proxy
configuration that accepts ahost
,port
, andauthorization
set of properties of a single server. But I'm wondering if, given a PAC file URL endpoint, can AHC do all the heavy lifting of fetching the PAC file content, parsing the rules, and sending requests to the proxy by default?I think the answer is no this is not currently supported based on my quick read over of the code, but figured I'd ask in case I was missing something.
The text was updated successfully, but these errors were encountered: