Search code examples
coldfusioncfhttp

How to make HTTP call with action=PATCH using CFHTTP ( ColdFusion 10 )


I was integrating a REST API of iCIMS and found some of the REST API calls need the http verb PATCH. However, it seems ColdFusion 10 doesn't support that. Is there any way around this?


Solution

  • This was not added until ColdFusion 11 update 3.

    Most API services allow you to use POST instead of PATCH. From the docs for iCIMS it appears they accept either POST or PATCH as well.