jech / polipo

The Polipo caching HTTP proxy
http://www.pps.jussieu.fr/~jch/software/polipo/
MIT License
1.8k stars 354 forks source link

Fix proxy authentication for CONNECT requests #100

Open atykhyy opened 6 years ago

atykhyy commented 6 years ago

Adds the old fix by @jech to return 407 for CONNECT requests when proxy authentication is turned on and no authentication headers are present in the request, instead of dropping the connection. See discussion in https://sourceforge.net/p/polipo/mailman/message/19691768/.

Resolves #93.