Why some servers do not accept body parameters in HTTP DELETE?
I actually come into this issue, when I am testing an API, which it does not accept a HTTP DELETE with body parameters, but accept query parameters.
This is fine, but I am not convinced why body parameters are not handled.