We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using $delete(), i want to send data in body. But no data is passing. Please tell me any fixes
The text was updated successfully, but these errors were encountered:
I believe this is intended, see https://stackoverflow.com/questions/299628/is-an-entity-body-allowed-for-an-http-delete-request
Sorry, something went wrong.
I don't understand. The answer reads as follows:
The spec does not explicitly forbid or discourage it, so I would tend to say it is allowed.
So DELETE method should allow body.
No branches or pull requests
When using $delete(), i want to send data in body. But no data is passing.
Please tell me any fixes
The text was updated successfully, but these errors were encountered: