How to abort a process using the JSON API with a Javascript POST
Confluence User - 14 Feb, 2023
I have been able to use the JSON API call (.../jw/web/json/workflow/process/abort/2638_ifcsn_requesterProcess) to sucessfully abort a process using Postman but only if I turn on the option "Follow original HTTP Method." However, if I do the same within my Joget application using Javascript I get the same error that I get in Postman without using that option - "code":"405","message":"Request method 'GET' not supported." I understand this relates to a security modification in the latest HTTP spec. How can I modify the Javascript to POST in the same way as works in the Postman option?
api;process;http