Forum Moderators: phranque
It's my understanding that IE only supports a proprierary form of Digest Auth that isn't compatible with the W3C standard form that Apache provides.
For as long as I can remember Apache's Digest auth has been discouraged unless you are certain you don't need to support IE browsers (like in an intranet). I read somewhere that this may have changed recently, but I cannot find any definitive answers.
It says to add the following to your Apache configuration to make Digest auth work with IE:
BrowserMatch "MSIE" AuthDigestEnableQueryStringHack=On I don't know if this resolves *all* the issues with Internet Explorer and Digest Auth though, but I'd love to hear feedback on anyone successfully using this in a production system.