These parameters help refine the custom deny action. You'll create a custom deny response to use instead of Akamai's default 403 response.
Parameter name | Parameter value type | Description |
---|---|---|
custom_deny_hostname | Hostname | Failover hostname for the failover site. |
custom_deny_path | URL path | Locates your custom response page currently serving on the Akamai platform. |
include_reference_id | String | A unique ID Akamai assigns to every request for tracking purposes. |
include_true_ip | Boolean | The original connecting client IP address, not one from a X-Forwarded-For header. |
prevent_browser_cache | Boolean | Choose this option to ensure nothing from the requesting browser is cached. |
response_body_content | String | The body of your application/json or application/xml response. |
response_content_type | MIME type | Whether your response body is application/json or application/xml . |
response_header_name | String | The name of the custom response header you want to use to override Akamai's standard response header. |
response_header_value | String | The custom response header. For example, server: Apache . |
response_status_code | String | The numerical response of the status code for your custom deny. The default response status code is 403. You can enter any numerical value between 100 and 999. |