Hi again,
I found the solution to this problem, or at least the problem for me. The server behind the reverse proxy was using Negotiate,NTLM security. By running Wireshark, I fould that when Firefox/Chrome made a request, it would first attempt to connect with no authentication. When the server sent back an access denied error, these browsers would then attempt to connect using NTLM, which worked as expected. When IE made the request, it first connected without authentication, was refused, and then tried to connect using Negotiate authentication. Upon doing this (and failing), the reverse proxy would then prompt for a user name/password combination as opposed to passing the required credentials to the web server. By disabling Negotiate authentication on the web server, I was able to circumvent this.
Luke
Main Topics
Browse All Topics





by: BytyPosted on 2009-07-25 at 23:40:48ID: 24944562
I do not know what exatly is your problem but check in IE
Tools> Internet Options > Advanced > Scrol down to HTTP 1.1 setings check Use HTTP 1.1 trough proxy conections.