Change the token for HTTP Basic Authentication from "basic" to "Basic".
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Tue, 18 Mar 2003 19:12:40 +0000 (19:12 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Tue, 18 Mar 2003 19:12:40 +0000 (19:12 +0000)
commit6c434e1fed8a4549674a0f6d4c21f48db2027f24
tree9552da6e013645ae33a5ca342892949fdbe025b7
parent0bd8d76d08b2f222bc624a9b85e482a6e2629710
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2959 cda61777-01e9-0310-a592-d414129be87e
proxy.c