genotrance / px

An HTTP proxy server to automatically authenticate through an NTLM proxy
MIT License
936 stars 99 forks source link

Echo the auth-scheme back to the server #109

Closed k0l0nell closed 4 years ago

k0l0nell commented 4 years ago

This change will echo the auth-scheme back to the server exactly as it was received to ensure compatibility with Proxy Servers not adhering to RFC2617 (case insensitive tokens).

This will aid with #108