Custom-headers (Section)#

Path: /facilities/http/client/custom-headers

Custom HTTP request headers added to every outbound request made via this HTTP client. Each entry has a name and exactly one value source: a static string, the requesting OAuth client’s client_id, or the configured server ID. Header names are unique within an http-client. The following names are reserved and rejected (case-insensitive): ‘Authorization’, ‘Host’, ‘Content-Length’, ‘Content-Type’, ‘Transfer-Encoding’, ‘Connection’, ‘Upgrade’, ‘Proxy-Authorization’, ‘Expect’, ‘TE’, ‘Trailer’.

Subsections#

NameTypeDescription
custom-header ListA single custom HTTP request header. Keyed by name within this http-client.

Was this helpful?