Step - Response

Sends a response back to the HTTP Listen (HTTP Server) or File modules.

The response code has to be in HTTP Status code format (200 = OK, 400 or more is error)
The HTTP Listen or File module has to be configured to receive the response.


Response will "return" to with a HTTP status code and a body to  HTTP Listen,   File , FTPs or other supporting input step. If defined, the input step will wait for the Response step to be reached (until timeout from the input step) and return the response values, or as File, FTPs and other non-request-response style inputs, will move files from Archive to the Errors folder for 400+ response codes.