You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
In resource.js:
520: var hasBody = /^(POST|PUT|PATCH)$/i.test(action.method);
Maybe also add DELETE?
($http supports delete with body)
Note: As far as I could find it looks like it's unclear (RFC) if body should be accepted for delete, but I needed this for an external API.
The text was updated successfully, but these errors were encountered: