Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

DELETE issue with payload #10217

Closed
traceywang opened this issue Nov 25, 2014 · 2 comments
Closed

DELETE issue with payload #10217

traceywang opened this issue Nov 25, 2014 · 2 comments

Comments

@traceywang
Copy link

I just upgraded angularjs from v1.2.20 to v1.2.25 and is having problem with angular-resource.js. The problem I'm experiencing is in the delete resource factory method. The DELETE method used to take data payload in v1.2.20, but not in v1.2.25. In v1.2.25, when I try to send an API DELETE request to a backend url with payload of an array, say [{"name":"test1"}, {"name": "test2"}], it failed. How do I send DELETE request with data payload using this version?

@pkozlowski-opensource
Copy link
Member

@traceywang this was deliberately removed in #4280

@pkozlowski-opensource
Copy link
Member

and is duplicate of #10128. Let's move the discussion in there.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants