Closed GoogleCodeExporter closed 9 years ago
Note that at this time we already are able to manually send the Authorization
header for basic auth (i.e. Authorization: Basic <base64 encoded
username:password>)
Original comment by stephen....@gmail.com
on 7 Sep 2014 at 2:31
[deleted comment]
[deleted comment]
We are limiting the scope of this issue to just translating username:password
info in the url into the Authorization header with Basic <base64 encoded
username:password> value. i.e. the following URL
Aladdin:open sesame@example.com
will send the following http request header
Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==
(per the wikipedia example:
http://en.wikipedia.org/wiki/Basic_access_authentication)
responding to 401 challenges will be done in a separate issue.
Original comment by stephen....@gmail.com
on 7 Sep 2014 at 2:43
Original comment by stephen....@gmail.com
on 7 Sep 2014 at 3:37
Original issue reported on code.google.com by
stephen....@gmail.com
on 23 Jul 2014 at 1:44