Hi,
I am trying to make a PUT request using the HTTPConnector component but it throws an error:
Unsupported request method: PUT
I assume this is because the HTTPConnector only supports GET and POST according to the documentation.
The web service I am trying to push data to only supports PUT for create/update operations. Any chance HTTPConnector will support the PUT method anytime soon? I would think it’d also be useful to support the DELETE method.
Are there any workaround you can recommend for the moment?
Thanks,
Peter