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#

NameTypeRequiredDefaultDescription
static-valuestring (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-clientemptyoptional-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-idemptyoptional-Send the configured server ID of the running server.

Was this helpful?