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
226 stars 13 forks source link

config: Allow `@` symbols in credentials #719

Closed alexh-sauce closed 7 months ago

alexh-sauce commented 7 months ago

When using a password with an @ in the password, we get this error string:

only one '@' is allowed

We should allow that symbol in passwords.

mmatczuk commented 7 months ago

LGTM