Hello, I have read most of RFC2617 and I am trying to implement digest authentication for our C++ web server. I have come up with the following questions:
1) How does a client with no support for digest authentication but support for basic one reacts to a 401 www-autheticate reply with digest as the scheme? Unlike content encoding or transfer encoding, there can only be one auth scheme for one request! 2) Does ICS MD5 unit supports digest MD5 as per RFC2617? Or do I need to use the C++ code in RFC1321 and 2617? If/when I do this in C++, I will post my code here for your review, translation to Delphi and inclusion to ICS. Best Regards, SubZero -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be