Issues with http auth in IE7 with apache digest backend?

deuce868

Gawd
Joined
Feb 13, 2004
Messages
863
I have a subdomain that is served by apache with an htdigest authentication system.

It works flawlessly with opera and firefox. For IE6 I had to add this to the apache config:
BrowserMatch "MSIE" AuthDigestEnableQueryStringHack=On

It still doesn't work right in IE7. On every page load/request it has to ask me for my credentials again, and again, and again.

I've tried it as a normal user and administrator. I was thinking there must be some new fancy IE7 security thing causing me issues.

Any ideas anyone?

Thanks
 
Back
Top