Error Pages On

Cloudflare will proxy customer error pages on any 502,504 errors on origin server instead of showing a default Cloudflare error page. This does not apply to 522 errors and is limited to Enterprise Zones.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zones-origin-error-page-pass-thru-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zones_origin_error_page_pass_thru",
  "title": "Error Pages On",
  "allOf": [
    {
      "$ref": "#/components/schemas/zones_base"
    },
    {
      "properties": {
        "id": {
          "description": "ID of the zone setting.",
          "enum": [
            "origin_error_page_pass_thru"
          ],
          "example": "origin_error_page_pass_thru"
        },
        "value": {
          "$ref": "#/components/schemas/zones_origin_error_page_pass_thru_value"
        }
      }
    }
  ],
  "default": "off",
  "description": "Cloudflare will proxy customer error pages on any 502,504 errors on origin server instead of showing a default Cloudflare error page. This does not apply to 522 errors and is limited to Enterprise Zones."
}