[Mono-bugs] [Bug 61218][Nor] Changed - Problem redirecting from https to http

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 13 Jul 2004 10:48:16 -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 miguelanxo@telefonica.net.

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

--- shadow/61218	2004-07-13 10:46:46.000000000 -0400
+++ shadow/61218.tmp.12163	2004-07-13 10:48:16.000000000 -0400
@@ -239,6 +239,25 @@
 
 
 ------- Additional Comments From miguelanxo@telefonica.net  2004-07-13 10:46 -------
 Created an attachment (id=8538)
 testcase for WebRequest using POST method for HTTPS uris
 
+
+------- Additional Comments From miguelanxo@telefonica.net  2004-07-13 10:48 -------
+BTW, I'm using cookies in my project, but I have tested all the
+following configurations:
+
+method GET:
+ - cookies on, http, OK
+ - cookies off, http, OK
+ - cookies on, https, OK
+ - cookies off, https, OK
+
+method POST:
+ - cookies on, http, OK
+ - cookies off, http, OK
+ - cookies on, https, hangs randomly
+ - cookies off, https, hangs randomly
+
+testcase in attachment (local apache, php file for requesting POST
+variables)