Capture HTTP Response Body
When you need to see the content of the HTTP response body while troubleshooting a problem, you can output the response body to the access log.
This type of action may cause the HTTP request to return immediately.
When you need to see the content of the HTTP response body while troubleshooting a problem, you can output the response body to the access log.
This action can be used to customize static pages to respond directly to clients, thus avoiding visits upstream.
Redirect is a common function that resembles the rewrite directive in NGINX, but is simpler and easier to understand. It is the Page Rules.
This action is usually used in conjunction with a condition, such as to exit the request and return a 404 status code as soon as the request matches.
The close connection action is used to immediately terminate client connections without returning any response content.