I developed a Rabbit/webserver application in 2004 using Dynamic C 8.10. This app uses digest authentication to control access to the settings. This works fine with Microsoft IE6 but not with IE7. Search the web for info on Digest Authentication and IE7 returns a lot of hits. It is a known problem. However, I’ve not found a fix that works as yet. Has anyone else run into this problem.
Thanks for replying. Changing the HTTP_MAXBUFFER didn’t help in my case. I’m using Dynamic C 8.61, by the way. Actually, the authentication works fine with IE7 as long as I’m not passing arguments in the URL which takes me to a protected page. If I put arguments in the URL, it brings up the login dialog and will not authenticate.
The problem has become academic since I have worked around the problem by removing the digest authentication and putting in place my own encryption method. It’s not unhackable, but then neither is digest authentication. This application doesn’t really require maximum security, just moderate anti-tinkering.