]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Change the token for HTTP Basic Authentication from "basic" to "Basic".
authorBen Harris <bjh21@bjh21.me.uk>
Tue, 18 Mar 2003 19:12:40 +0000 (19:12 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Tue, 18 Mar 2003 19:12:40 +0000 (19:12 +0000)
commit7f84c9f2da8bdf600b11f330d4cae6de2913d7eb
tree9552da6e013645ae33a5ca342892949fdbe025b7
parent4d41247cde7661179a3dc1f8b9166e9c7f45a9a9
Change the token for HTTP Basic Authentication from "basic" to "Basic".
According to RFC 2617, it should be case-insensitive, but some proxies
(Microsoft Proxy Server in particular) erroneously reject "basic".
Should fix semi-bug msproxy-denied.

[originally from svn r2959]
proxy.c