ForwardedHeadersOptions.OriginalProtoHeaderName Property

Definition

Gets or sets the header used to store the original scheme (HTTP/HTTPS) before applying forwarded headers. Defaults to the value specified by XOriginalProtoHeaderName

C#
public string OriginalProtoHeaderName { get; set; }

Property Value

Applies to

Product Versions
ASP.NET Core 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0

See also