Closed
Bug 140353
Opened 23 years ago
Closed 23 years ago
Authentication fails because dialog is never displayed
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
People
(Reporter: wayne, Assigned: darin.moz)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc1)
Gecko/20020417
BuildID: 2002041711
This is a restricted URL and an authentication dialog box should be displayed.
However, the message "Error: Access is Denied." is displayed but no
authentication dialog is ever displayed.
Reproducible: Always
Steps to Reproduce:
1.Open URL: http://www.cavenders.com/admin/default.asp
2.Note Error Message: "Error: Access is Denied."
3.No authentication dialog opens.
Actual Results: Error message "Error: Access is Denied." appears on the page.
Expected Results: Authentication dialog box should have been displayed.
Comment 1•23 years ago
|
||
Hmm, I tried the site with IE5.5.
Same thing: Access is denied.
Seems a server problem.
Well, with IE 6.0, I get the authentication dialog every time.
Assignee | ||
Comment 3•23 years ago
|
||
the problem is that the server will only accept NTLM authentication, which is
not implemented in mozilla.
HTTP/1.1 401 Access Denied..Server: Microsoft-IIS/4.0..Date: Fri, 26 Apr 20
02 18:47:36 GMT..WWW-Authenticate: NTLM..Content-Type: text/html..Cache-con
trol: private..Transfer-Encoding: chunked....
*** This bug has been marked as a duplicate of 23679 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 4•23 years ago
|
||
This authentication "NTLM" is microsoft only.
No wonder that IE6 supports it !
We try to implement this .... (see 23679 )
You need to log in
before you can comment on or make changes to this bug.
Description
•