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
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
-
Hi Peter,
At this moment, only GET and POST methods are supported by HTTPConnector. However, I have created a new ticket in our issue tracking system, so that you can keep yourself updated with the current status (http://bug.javlin.eu/browse/CL-2760). -
Hi, could you please tell me when this feature will be released?
Thanks,
Victor -
Hi Victor,
the feature will be released next week as part of the production release 3.4.0.
Please sign in to leave a comment.
Comments 3