Closed GoogleCodeExporter closed 8 years ago
That server does not correctly implement Digest authentication. In order for
Digest authentication to work, the server must respond to an unauthenticated
request with a 401 status code and a WWW-Authenticate challenge header, neither
of which that server does:
$ curl --include http://my.cl.ly/items
HTTP/1.1 302 Moved Temporarily
Server: nginx/0.7.67
Date: Thu, 27 Jan 2011 12:59:49 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
Location: http://my.cl.ly/login
X-Runtime: 1
Set-Cookie:
_cloudapp_session=BAh7BzoPc2Vzc2lvbl9pZCIlODE5YjU4MzhhYjdlYzJhMjRjZDgwMzA2MzQ0Zj
FmNmI6DnJldHVybl90byILL2l0ZW1z--5bd59eccc7a25d6a08789000fc8b5c12a8dc412c;
path=/; HttpOnly
Cache-Control: no-cache
Content-Length: 87
X-Varnish: 685953129
Age: 0
Via: 1.1 varnish
<html><body>You are being <a
href="http://my.cl.ly/login">redirected</a>.</body></html>
Original comment by joe.gregorio@gmail.com
on 27 Jan 2011 at 1:00
Original issue reported on code.google.com by
anuj.sha...@gmail.com
on 27 Jan 2011 at 7:28Attachments: