samuong / alpaca

A local HTTP proxy for command-line tools. Supports PAC scripts and NTLM authentication.
Apache License 2.0
184 stars 31 forks source link

Try to determine PAC URL before downloading, rather than on startup #89

Closed samuong closed 2 years ago

samuong commented 2 years ago

This pull request re-lands #76, which was accidentally merged into the wrong branch (use-operror-proxyconnect instead of master).

It also removes some additional checks which assumed that the PAC URL would be available at startup.

This PR is currently compared against reland-pr-75, but should be rebased and merged into master once reland-pr-75 lands.