[Mono-bugs] [Bug 50530][Min] Changed - Authenticated POST requests do not work with HTTP/1.0 servers

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 17 Feb 2004 10:40:14 -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 helge.hess@opengroupware.org.

http://bugzilla.ximian.com/show_bug.cgi?id=50530

--- shadow/50530	2004-02-15 17:52:44.000000000 -0500
+++ shadow/50530.tmp.12715	2004-02-17 10:40:14.000000000 -0500
@@ -320,6 +320,15 @@
 In addition the HTTP host header is broken - I send on port "22022",
 yet the Host header only lists the host name, it should read:
 ---snip---
 Host: localhost:22022
 ---snap---
 
+
+------- Additional Comments From helge.hess@opengroupware.org  2004-02-17 10:40 -------
+---
+      webRequest.Credentials = credentials;   
+      webRequest.PreAuthenticate = true;
+---
+This doesn't work either (should submit the basic-authentication
+header in the very first request).
+