|
HTTP Request
|
Previous Top Next |
|
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.
|
|
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.
|
|
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.
|