Closed
Bug 120732
Opened 23 years ago
Closed 23 years ago
using xmlrpc cause POST turn into PUT
Categories
(Core :: XML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 120615
People
(Reporter: tseng_mike, Assigned: darin.moz)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.7+)
Gecko/20020117
BuildID: 2002011703
When using xmlrpc PUT was transmited instead of POST.
Reproducible: Always
Steps to Reproduce:
1.http://lxr.mozilla.org/seamonkey/source/extensions/xml-rpc/test/xml-rpc.xul
note, the service its calling might be broken, but thats not the point :)
Actual Results:
PUT /api/RPC2 HTTP/1.1
Host: plant.blogger.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.7+)
Gecko/20020117
Expected Results:
POST /api/RPC2 HTTP/1.1
Host: plant.blogger.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.7+)
Gecko/20020117
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 120615 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•