c# - Digest authentication not working on IE8, Firefox and Chrome are fine -
I have a website with the need for digest authentication and when I browse it with IE8, The password is right. Firefox and Chrome works correctly I checked the authorization header with Fidler, everything looks fine Can you give me an indication of the problem?
In addition, I have the same problem with implementing Digest authentication in C #, I do not know that these two are related.
I had the same problem in my case, I used to use diggers for my entire site "Lift / directory /> or" & lt; Location /> "Any method works for Firefox and Safari on Mac, PC and IOS." Unfortunately, IE8 is having trouble with this. After trying several other changes, I finally found out that If I need certification on a subdirectory (such as "location / private & gt;"), and to transfer my content to protected directories, IE8 started working
Incidentally, this It is worth mentioning that a TCPDump has shown that IE8 was also not trying to submit a digest authentication, it presented auth dialog box, took its username and password, then no authentication information A general GET request was sent with.
Are you protecting the entire contents tree?
I do not believe IE8 (and IE8 only) about this distinction How cares, but it That is what I have found.
In search for the solution of the problem, you were mentioned which seemed relevant, and I did not find any answer on the net. It leads me to believe Either one does not attempt to configure digest authentication like this, or most people simply leave Firefox (or some other non-MS browser) and use it
Comments
Post a Comment