[Mono-bugs] [Bug 614396] New: WebClient UploadValues issues GET and POST request
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Jun 15 11:08:51 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=614396
http://bugzilla.novell.com/show_bug.cgi?id=614396#c0
Summary: WebClient UploadValues issues GET and POST request
Classification: Mono
Product: MonoTouch
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Critical
Priority: P5 - None
Component: Class Libraries
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: christian.weyer at thinktecture.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: Yes
Created an attachment (id=369286)
--> (http://bugzilla.novell.com/attachment.cgi?id=369286)
Repro SLN for MD/MT
Description of Problem:
WebClients's UploadValues method does issue an HTTP GET request and not POST.
Therefore a server expecting a POST returns with 405. This behavior was
verified by tracing the wire with Fiddler2.
Steps to reproduce the problem:
1. See the attached repro.
Actual Results:
HTTP GET
Expected Results:
HTTP POST with body
How often does this happen?
Always.
Additional Information:
-
--
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