smokescreen icon indicating copy to clipboard operation
smokescreen copied to clipboard

Add support for username / password auth in URLs to external CONNECT proxies

Open pspieker-stripe opened this issue 8 months ago • 3 comments

Tested with:

go test -v -run ^TestCONNECTProxyACLs/Allows_an_approved_proxy_when_the_X-Upstream-Https-Proxy_header_is_set$

One note - subdomains are still denied if not explicitly allowed on the ACL! So

https://param1_username-param2-param3:[email protected]:12345

may be allowed while:

https://param1_username-param2-param3:[email protected]:12345

Testing

Manually tested as in below!

Screenshot 2024-06-26 at 4 02 37 PM

pspieker-stripe avatar Jun 21 '24 00:06 pspieker-stripe