HTTP Request
Previous Top Next

HTTP is used to send a GET, POST or File upload request to a HTTP server.

graphic


HTTP Request
URI
The address to the HTTP server and script that you want to access.
Method
The action method:
·    GET
·    POST
·    Upload (POST)
Upload Form Field
The name of the field to hold the file variable if an Upload action is selected.
Upload File
The full path to the file to upload.
Timeout
The timeout of the request in seconds.

Parameters
Name
The parameters to send as part of the request. Think of these as form fields to send with. This is the name of the form field.
Value
The value for the field.

HTTP Response
File Output
The path to the file where the HTTP response will be saved.
Body Variable
The variable to save the body to.
HTTP Status Variable
The HTTP status code can be stored to a variable.
Header Variable
The variable to save the response header to.