Updates:
Status: Started
Comment #13 on issue 20984 by [email protected]: Not prompted for Basic
authentication
http://code.google.com/p/chromium/issues/detail?id=20984
> The Matchport device sends this header to Chromium:
> WWW-Authenticate: Basic
Yuck; that is invalid according to RFC 2617.
But I guess we will need to be less strict and allow it for compatibility.
Here is what RFC 2617 has to say:
realm = "realm" "=" realm-value
challenge = "Basic" realm
And also do drive the point home, section 1.2 says:
The realm directive (case-insensitive) is required for all
authentication schemes that issue a challenge.
(This latter point is also what implies that DIGEST requires the realm
parameter).
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---