Flow: HTTP request

This node is used to connect to a HTTP URL to perform certain actions.

138

REQUEST


The node specific configuration is accessed by double-clicking on the node.

621
FieldDescription
GetThe node uses the get method to call a URL with the below configuration.
URLURL to fetch.
Connection TimeoutNumerical value expressed in milliseconds in which to wait before declaring a connection timeout error.
Request TimeoutNumerical value expressed in milliseconds in which to wait before declaring a request timeout error.
Proxy AddressEnter a proxy address should the connection require it.
HeaderA HTTP header variable that takes its value from the Variable field.
VariableA drop down list of session variables.
ActionAdd a new assignment or delete an existing assignment.
NameThe name of the node is represented as a string. Enter a new name or continue with the displayed name.

Post

The node uses the Post method to call a URL with the below configuration.

622
FieldDescription
URLURL to fetch.
Connection TimeoutNumerical value expressed in milliseconds in which to wait before declaring a connection timeout error.
Request TimeoutNumerical value expressed in milliseconds in which to wait before declaring a request timeout error.
Proxy AddressEnter a proxy address should the connection require it.
HeaderA HTTP header variable that takes its value from the Variable field.
VariableA drop down list of session variables.
ActionAdd a new assignment or delete an existing assignment.
BodyText input box for the body of the request.

RESPONSE


The results of HTTP call can be configured in this tab.

622
FieldDescription
Content TypeThe expected content type.
Max LengthThe maximum length of the response.
Status CodeA drop down list of session variables.
DescriptionA drop down list of session variables.
ContentA drop down list of session variables.
HeaderA HTTP header variable that takes its value from the Variable field.
VariableA drop down list of session variables.
ActionAdd a new assignment or delete an existing assignment.

NODE EVENTS


Exit eventDescription
oncompleteThis output is triggered if the node completed successfully.
onerrorThis output is triggered if an error occurs.

SESSION DATA


For information on session data, click here .

CUSTOM LOGS


For information on custom logs, click here.