Reference
Components
HTTP Post
Description
The HTTP Post component allows you to send data to and receive data from a web server using the HTTP post request method.
You specify the server URL at the URL input – for example, http://www.flowbotics.com
You then specify the page on the server e.g. scripts\myphp.php
The Names and Values array inputs allow you to specify the key-value pair data that you want to send to the page. The first entry in the
Names array is paired with the first value in the Values array. So for example, “forename=Fred&age=30” would have forename and age in
the Names array and Fred and 30 in the Values array.
Trigger the Submit input to send the post request. The Ok output will show true if it succeeded. Any data returned can be accessed from the
Data output
Connectors
Inputs Type Outputs Type
Address of the web
server
String
Result of the last
Colour
Name of the page on
the server
String
Any data returned from
the server
String
Array of data item
names
String Array
Array of data item
values
String Array
Trigger to execute the
post
153 of 494