Cache POST Responses
Enable caching of POST responses.
How it works
By default, a response to a POST request is passed to the origin. With this behavior enabled, you can override the default, and cache POST responses. To use this behavior, you must enable the Allow POST behavior.
To cache a POST response with this feature, the POST request can't exceed 16 kilobytes in size.
Features and options
Field | What it does | Sub-options |
---|---|---|
Status | Enables or disables the behavior. | |
POST Body | Define whether and how the POST message body is used for the cache key. |
|
Related topics
See Allow POST and Cache ID Modification.
Updated about 1 year ago