BP Function: HTTP POST
| C++ Impl | UNBSSHTTPRequestAction |
|---|
Performs an HTTP POST request.
Inputs
-
URIStringURI to request.
-
PayloadStringOptional. Additional POST data to include in the request.
-
HeadersMap of
StringstoStringsOptional. Additional HTTP headers to include in the request.
Outputs
-
Main Execution Pin (at the top)
Execution will immediately continue from this pin while the authentication process continues in the background. Do not use execution flowing from this pin to check for the results, they aren't ready yet!
-
Async ActionThis is a reference to the action running in the background. You can use this to cancel the request if you decide you actually don't need the results before it has completed.
-
On Complete
When the request has completed successfully, execution will flow from this pin.
-
On Fail
If the authentication process fails for any reason, execution will flow from this pin.
-
Response CodeIntegerThe HTTP response code the request returned.
-
Response StringStringThe response content as a string.
For any questions, help, suggestions or feature requests, please feel free to contact me at nbpsup@gmail.com