|
|
Q1080 Password protected page accessible only with Internet Explorer and not netscape
irt.org | Knowledge Base | JavaScript | NotABug | Q1080 [ previous next ] Q1080 Password protected page accessible only with Internet Explorer and not netscapeSymptom: Access denied. Affects: Any non Internet Explorer browser. Reason: Authentication type (in IIS configuration for the website) is set to "NT Challenge/Response" which will work only with Internet Explorer. Workaround: Set authentication type to "Basic" - Basic Authentication is not secure, and passwords are sent over the net in the clear. But it will work with all browsers. NT Challenge/Response is more secure, and passwords are sent encrypted, but it is only supported by Internet Explorer. (I know, this is not JavaScript but it is good to know). |
-- div -->
|