HTTP Client

Overview

The HTTP Client Node has two Methods of use. These are HTTP GET and HTTP POST.

HTTP GET

HTTP GET creates a request and returns the response within the HTTP protocol. This is very useful when dealing with APIs. A more detailed explanation involving APIs can be found in the See Also section.

Attributes

Inputs

Outputs

HTTP POST

HTTP POST sends data, in this case the information from the Request Body, to the desired server as per the HTTP protocol. More information on the differences between POST and GET can be found in the External Links section. All Attributes and Inputs are the same as those for HTTP GET except for the addition of the following:

Attributes

Inputs

See Also

Last updated