Set HTTP Reply

With this node you can set the reply that should be sent as an answer to an HTTP request.

It has the following configuration options:

  • Status: here you can define the HTTP status code to return to the caller. For example, if you set the status code to 303, a page in PAGEBULDER is redirected if the workable does not exist.
  • Content type: here you can define the mime type to return to the caller for the page contents.
  • Contents: here you can define the page contents to return to the caller.
  • Delay: here you can specify the amount of time that the workable will wait before continuing to the next node. This is important if the next node is an End node: in that case the complete system needs the time to read the reply, and that is only possible if the workable remains active long enough.