orbednetwork / chrome-rest-client

Automatically exported from code.google.com/p/chrome-rest-client
0 stars 0 forks source link

Delete use form parameters from PUT/POST #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. At PUT/POST, add some parameters
2. Switch to DELETE
3. Press "Send request"

What is the expected output? What do you see instead?
- Parameters from put/post should be sent to server. If want to send those 
parameters to server, please explicitly create form input for DELETE.

What version of the product are you using? On what operating system?
- 1.0.20
- Chrome - 12.0.742.112
- Mac OSX Snow Leopard

Original issue reported on code.google.com by visiblet...@gmail.com on 1 Jul 2011 at 9:28

GoogleCodeExporter commented 9 years ago
Actually, the specification (rfc2616) does not define whether this method 
should include a request body or not. Perhaps you can add a form for this type 
of requests.
I'll add it to TODO list, and probably I'll manage to do it next week.

Original comment by jarro...@gmail.com on 1 Jul 2011 at 9:45

GoogleCodeExporter commented 9 years ago
Just recognize that I wrote wrong sentences. To be correct:

What is the expected output? What do you see instead?
- Parameters from put/post is sent to server. If want to send those parameters 
to server, please explicitly create form input for DELETE.

Original comment by visiblet...@gmail.com on 1 Jul 2011 at 1:37

GoogleCodeExporter commented 9 years ago
In new version it is possible to send body with delete request.
Unfortunate new version is also different application because it is impossible 
to migrate from extension to application. I've made many changes to gui and app 
core. Link to post with description you can find on old extension version 
(already updated).

Original comment by jarro...@gmail.com on 30 Jul 2011 at 11:21