This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
$resource DELETE should set the request body if present. #3207
Closed
Description
It seems to be that $resource.remove doesn't allow for a request body to be set (but rather sets it as query parameters.) It also looks like it could be changed in one line of resource.js
I haven't found a clear consenseness of if it should be allowed or not. (As per this SO answer). Thoughts?