Open
Description
Check FAQs
Is your feature request related to a problem? Please describe.
I want to use this tool with PAC file to forward HTTP requests to upstream corporate proxy server which uses NTLM authentication,
I started the server with the following command, I think it will fail to authenticate with upstream proxy
proxy --pac-file ./proxy.pac
how can I make it?
Describe the solution you'd like
currently the proxy servers in the PAC file use NLTM authentication, I need a way to authenticate with the upstream servers.
Describe alternatives you've considered
Additional context