Duplicate
Details
Details
Assignee
Igal Sapir
Igal SapirReporter
Richard Herbert
Richard HerbertPriority
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Affects versions
Created 14 August 2017 at 16:39
Updated 8 September 2017 at 14:48
Resolved 14 August 2017 at 17:36
When using the DELETE method with CFHTTP it call fails with the message "type body is only supported for type post and put" when a body is provided.
My understanding is that this should be permissible.
Adobe ColdFusion 2016 allows it and the API I'm trying to interact with expects a body (https://developer.github.com/v3/repos/contents/#delete-a-file).