True Client IP Header

Allows customer to continue to use True Client IP (Akamai feature) in the headers we send to the origin. This is limited to Enterprise Zones.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zones-true-client-ip-header-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zones_true_client_ip_header",
  "title": "True Client IP Header",
  "allOf": [
    {
      "$ref": "#/components/schemas/zones_base"
    },
    {
      "properties": {
        "id": {
          "description": "ID of the zone setting.",
          "enum": [
            "true_client_ip_header"
          ],
          "example": "true_client_ip_header"
        },
        "value": {
          "$ref": "#/components/schemas/zones_true_client_ip_header_value"
        }
      }
    }
  ],
  "default": "off",
  "description": "Allows customer to continue to use True Client IP (Akamai feature) in the headers we send to the origin. This is limited to Enterprise Zones."
}