-
14 Mar 2012 3:46 AM #1
Rest Proxy - invalid DELETE request
Rest Proxy - invalid DELETE request
When you call removeAll() and sync() on a Store (appendId enabled) with 1 record, the Rest Proxy will fire a DELETE, but won't append the Id. It will however send a body containing the record. Sending a body on a DELETE request looks strange to me (and Fiddler
.
The Docs contain an example showing the expected behaviour is appending an Id to the url.
[edit]
This behaviour does not occur when deleting a specific record by calling remove(record)
[/edit]Last edited by joostvanhassel; 14 Mar 2012 at 4:01 AM. Reason: added remark about remove()
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote