HTTP Response Action

Allows you to send back a response to an HTTP Request Event.

The most common use case for this action would be:

However, you could choose not to respond in the same profile by simply storing the %http_request_id variable in a global variable for example, and then later, with any logic you want, respond to that request.

Check out this example project to learn how to use this event in a plethora of use cases.