central_authorization
- Property Manager name: Centralized Authorization
- Behavior version: The
v2024-10-21
rule format supports thecentral_authorization
behavior v1.1. - Rule format status: GA, stable
- Access: Read/Write
- Allowed in includes: Yes
Forward client requests to the origin server for authorization, along with optional Set-Cookie
headers, useful when you need to maintain tight access control. The edge server forwards an If-Modified-Since
header, to which the origin needs to respond with a 304
(Not-Modified) HTTP status when authorization succeeds. If so, the edge server responds to the client with the cached object, since it does not need to be re-acquired from the origin.
Option | Type | Description | Requires | |
---|---|---|---|---|
enabled | boolean | Enables the centralized authorization behavior. | {"displayType":"boolean","tag":"input","type":"checkbox"} |
Updated 17 days ago