pragma-header

Describes which headers you can exclude from inspection when you pass a `Pragma` debug header.

API DiscoveryAPI SecurityCloud SecurityPosture ManagementRuntime ProtectionThreat Protection

Properties

Name Type Description
action string The action to perform when a user passes a `Pragma` header. The only action currently supported is `REMOVE`.
conditionOperator string Use `OR` to match any condition, or `AND` to match on all conditions.
excludeCondition array The conditions to exclude from the default `remove` action. Any condition you set in this object appears in the `Pragma` header debug response object.
View JSON Schema on GitHub

JSON Schema

api-security-pragma-header-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/akamai-api-security/refs/heads/main/json-schema/api-security-pragma-header-schema.json",
  "title": "pragma-header",
  "description": "Describes which headers you can exclude from inspection when you pass a `Pragma` debug header.",
  "type": "object",
  "properties": {
    "action": {
      "description": "The action to perform when a user passes a `Pragma` header. The only action currently supported is `REMOVE`.",
      "enum": [
        "REMOVE"
      ],
      "type": "string"
    },
    "conditionOperator": {
      "description": "Use `OR` to match any condition, or `AND` to match on all conditions.",
      "enum": [
        "OR",
        "AND"
      ],
      "type": "string"
    },
    "excludeCondition": {
      "description": "The conditions to exclude from the default `remove` action. Any condition you set in this object appears in the `Pragma` header debug response object.",
      "items": {
        "additionalProperties": false,
        "properties": {
          "header": {
            "description": "The name of the request header. In the example, `accept`.",
            "type": "string"
          },
          "name": {
            "description": "The name of the request header to ignore from inspection. In the example, `type`.",
            "type": "string"
          },
          "positiveMatch": {
            "description": "When `true`, matches the selected values. When `false`, matches on anything outside the selected values.",
            "type": "boolean"
          },
          "type": {
            "description": "The header value you want to appear in the response. You can choose from `requestHeaderValueMatch`, `ipMatch`, `networkList`, or `queryParamNameValueMatch`.",
            "enum": [
              "requestHeaderValueMatch",
              "ipMatch",
              "networkList",
              "queryParamNameValueMatch"
            ],
            "type": "string"
          },
          "useHeaders": {
            "description": "Whether the condition should include  the `X-Forwarded-For` header (XFF) header. This only applies when the condition `type` is `IP_MATCH` or `NETWORK_LIST`.",
            "type": "boolean"
          },
          "value": {
            "description": "List of header values, query parameter values, IP addresses, or names of network lists. To manage networks lists, use the [Network Lists API](https://techdocs.akamai.com/network-lists/reference/api).",
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "valueCase": {
            "description": "Whether to consider the case-sensitivity of the provided header value. This only applies when the condition `type` is `REQUEST_HEADER_VALUE_MATCH`.",
            "type": "boolean"
          },
          "valueWildcard": {
            "description": "Whether the provided header value includes wildcards, such as `*` or `?`. This only applies to the `REQUEST_HEADER_VALUE_MATCH` condition type.",
            "type": "boolean"
          }
        },
        "required": [
          "type",
          "positiveMatch",
          "value"
        ],
        "type": "object"
      },
      "type": "array"
    }
  },
  "required": [
    "action"
  ],
  "additionalProperties": false
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/api-security-pragma-header"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.