Issue 3160: Digest auth: URI mismatch. http://code.google.com/p/chromium/issues/detail?id=3160
New issue report by [EMAIL PROTECTED]: <b/1396013> Steps to Repro: 1. Enable digest authentication on a web server. 2. Access it from Chrome using GET with a parameter. (http://.../...? FOO=BAR) 3. Provide valid username and password. ### PROBLEM ### 400 Bad Request (in case of Apache mod_auth_digest). The parameter (?FOO=BAR) is missing from Authorization header's uri: Chrome => Authorization: Digest username="hoge", realm="Secret Zone", qop="auth", algorithm="MD5", uri="/digest_auth/secret.html", ... Firefox 3.0.1 => Authorization: Digest username="hoge", realm="Secret Zone", nonce="/W739q9XBAA=b91f6879e453d8a944b5caa00b604fd9ca013e3f", uri="/digest_auth/secret.html?FOO=BAR", ... ### EXPECTED ### Authenticated. Repro: Chrome 0.2.149.30 on Windows XP SP3 (IE6), on XP SP2 (IE7) and on XP SP2 (IE8 Beta2). Also repro on IE6 (Windows XP SP3) Not repro on Firefox 3.0.1. Not repro on IE7 and IE8 Beta2 (Windows XP SP2). cf. http://groups.google.com/group/google-chrome-help-jp-report-a- bug/browse_thread/thread/fe1280ecd27db0b0 http://www.mail-archive.com/[EMAIL PROTECTED]/msg14341.html Issue attributes: Status: Untriaged Owner: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Labels: Type-Bug Pri-2 OS-All Area-BrowserBackend -- 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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
