monkeyWie / proxyee

HTTP proxy server,support HTTPS&websocket.MITM impl,intercept and tamper HTTPS traffic.
MIT License
1.5k stars 566 forks source link

The https connection should not be closed if there is no proxy-authorization header #264

Open Dgofre opened 1 year ago

Dgofre commented 1 year ago

The https connection should not be closed if there is no proxy-authorization header because the client sends the first CONNECT request without a proxy-authorization header, then receives the status code 407 in response and only then sends the CONNECT request together with the proxy-authorization header.