HTTP Request action allows sending different types of requests:

  • GET
  • POST
  • PUT
  • DELETE
  • JSONP

When action type “HTTP Request” is selected, the Data property can be specified. It is data to be sent to the server and is appended to the url or sent in the request body depending on the type of request. Object must be Key/Value pairs ({ name: “John”, location: “Boston” }) or an XML document.

HTTP RequestHTTP Request

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment