frikille/promised-xhr

DELETE request parameters should form part of query string

Opened this issue · 0 comments

The HTTP spec states that while an entity body on a DELETE request is allowed, its semantics are not well defined. Therefore, I think options.data should be appended to the URL similarly to how GET requests are currently handled.