[Mono-bugs] [Bug 614396] WebClient UploadValues issues GET and POST request

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jun 15 11:56:01 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=614396

http://bugzilla.novell.com/show_bug.cgi?id=614396#c2


Miguel de Icaza <miguel at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |miguel at novell.com

--- Comment #2 from Miguel de Icaza <miguel at novell.com> 2010-06-15 15:56:00 UTC ---
This seems to be caused by the server responding with:

HTTP/1.1 307 Temporary Redirect
Location: ...../

The redirect points to a new location with a "/" appended at the end.   And
when we reissue our call, we issue it as a GET instead of a POST.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list