Make HTTP form request.

Properties

url:                     Address for the Request to be sent

path:                      Path of the request. You can use "{variable-name}" syntax to create variable placeholders

url-variables:         variable url path values in an object of key value pairs

type:                        type of HTTP request to use for sending form data

form:                       form data in an object of key value pairs to send

header:             Value to include in the header

query:                     Query to the server

timeout:            Duration to make attempt

Output

output-location: Location to store the output data