Prefetch preload

Cloudflare will prefetch any URLs that are included in the response headers. This is limited to Enterprise Zones.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zones-prefetch-preload-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zones_prefetch_preload",
  "title": "Prefetch preload",
  "allOf": [
    {
      "$ref": "#/components/schemas/zones_base"
    },
    {
      "properties": {
        "id": {
          "description": "ID of the zone setting.",
          "enum": [
            "prefetch_preload"
          ],
          "example": "prefetch_preload"
        },
        "value": {
          "$ref": "#/components/schemas/zones_prefetch_preload_value"
        }
      }
    }
  ],
  "default": "off",
  "description": "Cloudflare will prefetch any URLs that are included in the response headers. This is limited to Enterprise Zones."
}