CaioMeloSilva / poster-extension

Automatically exported from code.google.com/p/poster-extension
0 stars 0 forks source link

[enhancement] http DELETE with body #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. enter an url
2. enter a body
3. click submit

What is the expected output? What do you see instead?
The delete request should have a body.
The delete request has no body.

What version of the product are you using? On what operating system?
2.0.0

Please provide any additional information below.
perhaps deleteUrl could be handleSend iso handleGet

Original issue reported on code.google.com by michael....@gmail.com on 6 Nov 2009 at 2:05

GoogleCodeExporter commented 8 years ago

Original comment by alexmilo...@gmail.com on 16 Feb 2010 at 5:25

GoogleCodeExporter commented 8 years ago

Original comment by alexmilo...@gmail.com on 16 Feb 2010 at 5:35

GoogleCodeExporter commented 8 years ago
I believe the priority of this issue should be raised.  I am currently using 
Poster to test out my RESTful web services and I have a DELETE method that 
requires a payload and I can't test using "Poster"

Original comment by everme...@yahoo.com on 2 Dec 2010 at 11:59

GoogleCodeExporter commented 8 years ago
This hasn't been fixed yet and it took me a while to figure out what was the 
actual problem. I love this extension but without this I'm forced to go back to 
Fiddler. 
Solution looks easy enough and I'm more than willing to help this project to go 
on (probably need write access?).

Original comment by lucas.sc...@gmail.com on 10 Oct 2011 at 10:35

GoogleCodeExporter commented 8 years ago
In re-reading RFC 2616 (http://tools.ietf.org/html/rfc2616), I do not see any 
explicit language that says a body can or can't be sent for specific messages.  
Many server products and proxies may not allow a DELETE method to have a 
message and so your ability to use this successfully may vary.  That said, 
Poster shouldn't limit you.

Original comment by a...@milowski.com on 11 Oct 2011 at 1:51

GoogleCodeExporter commented 8 years ago
Code has been committed for version 3.2.0

Original comment by a...@milowski.com on 11 Oct 2011 at 6:38

GoogleCodeExporter commented 8 years ago

Original comment by a...@milowski.com on 11 Oct 2011 at 7:53