Share via


DownstreamApiOptions.ExtraHeaderParameters Property

Definition

Sets extra headers in the HTTP request to the downstream web API. This should not be confused with another option to set the headers in the request to the Identity Provider. See ExtraHeadersParameters for that scenario.

public System.Collections.Generic.IDictionary<string,string>? ExtraHeaderParameters { get; set; }
member this.ExtraHeaderParameters : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property ExtraHeaderParameters As IDictionary(Of String, String)

Property Value

Applies to