async-http-client icon indicating copy to clipboard operation
async-http-client copied to clipboard

[Question] Does AHC's Proxy configuration support PAC file processing by default?

Open jbseesaw opened this issue 6 months ago • 0 comments

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.

jbseesaw avatar Jun 10 '25 19:06 jbseesaw