Is an entity body allowed for an HTTP DELETE request?

后端 未结 15 1566
长发绾君心
长发绾君心 2020-11-21 13:32

When issuing an HTTP DELETE request, the request URI should completely identify the resource to delete. However, is it allowable to add extra meta-data as part of the entity

15条回答
  •  既然无缘
    2020-11-21 13:44

    Some versions of Tomcat and Jetty seem to ignore a entity body if it is present. Which can be a nuisance if you intended to receive it.

提交回复
热议问题