[Mono-bugs] [Bug 47669][Wis] Changed - Support for digest authentication in HttpWebRequest
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 17 Aug 2003 21:00:26 -0400 (EDT)
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 spouliot@videotron.ca.
http://bugzilla.ximian.com/show_bug.cgi?id=47669
--- shadow/47669 2003-08-15 22:01:32.000000000 -0400
+++ shadow/47669.tmp.27555 2003-08-17 21:00:26.000000000 -0400
@@ -1,20 +1,34 @@
Bug#: 47669
Product: Mono/Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: NEW
+Status: ASSIGNED
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: gonzalo@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: Support for digest authentication in HttpWebRequest
Only Basic authentication is supported currently. We gotta add support for
Digest too.
+
+------- Additional Comments From spouliot@videotron.ca 2003-08-17 21:00 -------
+Digest Authentification is specified in RFC 2617
+(http://www.ietf.org/rfc/rfc2617.txt).
+
+There is a partial server implementation (IHttpModule) which works
+with XSP (only tested under Windows) available at:
+http://www.rassoc.com/gregr/weblog/stories/2002/07/09/webServicesSecu
+rityHttpDigestAuthenticationWithoutActiveDirectory.html
+
+I'll contact the author to know about the source code license. If
+not compatible with Mono I'll rewrite it from scratch (which is
+partly required because we need a client implementation). Who knows
+maybe we could get another helpful sample for XSP!