load-balancing_Host

The 'Host' header allows to override the hostname set in the HTTP request. Current support is 1 'Host' header override per origin.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-load-balancing-host-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/load-balancing_Host",
  "title": "load-balancing_Host",
  "description": "The 'Host' header allows to override the hostname set in the HTTP request. Current support is 1 'Host' header override per origin.",
  "items": {
    "example": "example.com",
    "type": "string"
  },
  "type": "array"
}