I need to make a PUT
request to an API using cfhttp
. That API expects parameters in FORM scope. But as with PUT request ColdFusion does not send the parameters in FORM scope Adobe Bug How can I successfully execute this call?
I have gone through the Stackoverflow Question , but not able to make successful call to the API. It is showing The request has exceeded the allowable time limit Tag: cfhttp
.
I have tried increasing the time limit also still its not working.
I am using ColdFusion 10.
Any suggestions?