Thursday, September 25, 2008

Digest authentication in IE6

In HTTP Digest Authentication, the request can carry the Digest authentication header. So it do not need to have round trip latency and should be fast. However, in IE6, the request does not send the header until it receives the Authentication required reply from the server. So for each request, it has to communicate the server twice.

We did not see this problem in IE7 and firefox