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.
I know that there is the capability to specify an
HTTPClient.Configuration.Proxyconfiguration that accepts ahost,port, andauthorizationset 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.