- From: Grahame Grieve <grahame@healthintersections.com.au>
- Date: Tue, 14 Jul 2015 15:57:36 +1000
- To: Martin J. Dürst <duerst@it.aoyama.ac.jp>
- Cc: "ietf-http-wg@w3.org" <ietf-http-wg@w3.org>
- Message-ID: <CAG47hGYNyv+omg=9oA3UoH1YRkrYt+Mwp3k-PbRuA7pX6AUPcA@mail.gmail.com>
Thanks Indeed it won't be widely supported, but I have a community that wants to use it Grahame On Tue, Jul 14, 2015 at 3:47 PM, Martin J. Dürst <duerst@it.aoyama.ac.jp> wrote: > Hello Grahame, > > The current definition of DELETE is at > https://tools.ietf.org/html/rfc7231#section-4.3.5. It contains some more > explanations about where DELETE is useful/appropriate. > > As far as I understand, there's no fundamental problem with using query > parts in an URI in a DELETE request. A somewhat plausible example matching > the explanation in RFC 7231 would be > DELETE /document?page=15 > > But you shouldn't expect something to be widely supported, neither on the > client side nor on the server side. > > Regards, Martin. > > > On 2015/07/14 05:30, Grahame Grieve wrote: > >> in https://tools.ietf.org/html/rfc2616#section-9.7 it says: >> >> The DELETE method requests that the origin server delete the resource >> identified by the Request-URI. >> >> >> So you can issue DELETE /document/by/id which deletes a resource. >> >> But can you legally do this? >> >> DELETE /document?param=some value >> >> where multiple entities that can get a subject of a GET request >> individually can be deleted - whatever match the query parameters. Are the >> words "the resource" meant to exclude this use or not? >> >> thanks >> Grahame >> >> >> -- ----- http://www.healthintersections.com.au / grahame@healthintersections.com.au / +61 411 867 065
Received on Tuesday, 14 July 2015 05:58:09 UTC