saucelabs / forwarder

Forwarder is a production-ready, fast MITM proxy with PAC support. It's suitable for debugging, intercepting and manipulating HTTP traffic. It's used as a core component of Sauce Labs Sauce Connect Proxy.
https://forwarder-proxy.io
Mozilla Public License 2.0
200 stars 13 forks source link

extract username:password from pac proxy if present #835

Closed oshan-grepsr closed 4 weeks ago

oshan-grepsr commented 4 weeks ago

For PAC response such as: PROXY user:pass@host:port, extract and use username and password from the response instead of throwing too many colons error.