DownstreamApiOptions.ExtraHeaderParameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)