Value-source (OneOf)#
Path: /facilities/http/client/custom-headers/custom-header
The source of the header value. Exactly one of the cases must be set.
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| static-value | string (length: 1..9223372036854775807) | optional | - | A static string sent verbatim on every request. Must not contain CR or LF characters to prevent HTTP header injection. |
| oauth-client | empty | optional | - | Send the requesting OAuth client’s client_id. The header is silently omitted (with a DEBUG log line) when no OAuth client is present in the current request context, for example on requests made from admin or internal flows. |
| server-id | empty | optional | - | Send the configured server ID of the running server. |