HTTP Post
Last updated
Last updated
The HTTP Post
block is used to send a from your page or form to a specified URL.
NOTE:
Sensitive or secret information needs to be sent in the Data value parameter.
The server you want to communicate with requires setting specific HTTP headers and or use authentication.
The block consists of the following (from top to bottom):
Create a and use the block instead, if any of the following apply:
URL: that accepts a value representing the URL where you want the request to be sent.
Data: Optional that accepts an value representing the data to be sent.
Success Tasks: a where you connect blocks that specify what you want done when the operation completes successfully. The block can be used to access the output (if any).
Fail Tasks: a where you connect blocks that specify what you want done when the operation reports an error. The block can be used to access the error information.