Construct an HTTP response, including a standard HTTP status code and a message you create, to be served from the Akamai edge server without sending the request to your origin.
How it works
This behavior constructs an HTTP response, complete with HTTP status code and body, to serve from the edge independently of your origin. It supports all request methods except for POST.
You can create a message of up to 2000 characters for the body of the response.
By default, the edge servers evict the currently cached version of the object from the cache, since it isn’t being served.
Features and options
Field | What it does | Sub-options |
---|---|---|
Status | Enables or disables this behavior. | |
Response Body | The HTML response you want the user to receive.
Variable Support: This option supports variable expression syntax. Typing {{ in the option field triggers variable auto-complete. |
|
Response Code | The response code you want the user to receive. |
|
Force Cache eviction | Force eviction of the underlying object from the cache. | |
Ignore for Purge requests | Ignore this construct response when purging. |