[Mono-bugs] [Bug 73681][Nor] Changed - Problem with HTTPWebRequest Basic authentication and POST
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 18 Mar 2005 11:43:39 -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=73681
--- shadow/73681 2005-03-18 09:42:44.000000000 -0500
+++ shadow/73681.tmp.16437 2005-03-18 11:43:39.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 73681
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details:
-Status: REOPENED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Sys.Web
AssignedTo: gonzalo@ximian.com
ReportedBy: informatique.internet@fiducial.fr
QAContact: mono-bugs@ximian.com
@@ -365,6 +365,9 @@
NetworkCredential credentials = new
NetworkCredential(tbxLogin.Text,tbxPasswd.Text,ConfigurationSettings.AppSettings["Domaine"]);
mycredentialCache.Add(new Uri(proxy.Url),"NTLM",credentials);
I've changed NTLM to basic and it works...
but I think there's a bug with NTLM authentication...
+
+------- Additional Comments From gonzalo@ximian.com 2005-03-18 11:43 -------
+The nullref is fixed in SVN. It should work now with your original code.