[Mono-bugs] [Bug 47669][Wis] Changed - Improve support for Digest authentication in HttpWebRequest
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 2 Dec 2003 16:11:03 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=47669
--- shadow/47669 2003-12-02 15:49:46.000000000 -0500
+++ shadow/47669.tmp.23893 2003-12-02 16:11:02.000000000 -0500
@@ -41,6 +41,9 @@
------- Additional Comments From gonzalo@ximian.com 2003-12-02 15:49 -------
Got Digest authentication and apache mod_digest working together.
Still need some work to be fully compliant with RFC 2617.
+
+------- Additional Comments From gonzalo@ximian.com 2003-12-02 16:11 -------
+I'm gonna start adding the DigestClient.cs code that sebastien sent me