[Mono-bugs] [Bug 44691][Nor] Changed - No support for proxies in HttpWebRequest

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 17 Jun 2003 11:24:18 -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 gonzalo@ximian.com.

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

--- shadow/44691	Mon Jun 16 15:24:32 2003
+++ shadow/44691.tmp.24975	Tue Jun 17 11:24:18 2003
@@ -11,13 +11,13 @@
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: tberman@gentoo.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: System.Net.WebException: The request timed out
+Summary: No support for proxies in HttpWebRequest
 
 Description of Problem:
 
 HttpRequest times out when attempting to use a proxy to connect to a web
 service.
 
@@ -130,6 +130,9 @@
 that HttpWebRequest can't properly handle POST.
 
 ------- Additional Comments From tberman@gentoo.org  2003-06-16 15:24 -------
 After (yet more) investigation, this turns out to only be an issue in
 xsp, as mod_mono posts fine (obviously web.services stuff doesnt work
 yet), but xsp needs to be fixed so you can POST with it.
+
+------- Additional Comments From gonzalo@ximian.com  2003-06-17 11:24 -------
+There's no support for proxies in HttpWebRequest.