Property XForwardedHost
XForwardedHost
Gets the value of the HTTP X-Forwarded-Host header
Used to identify the original host requested by the client in the Host HTTP request header, often used in proxy setups.
public string? XForwardedHost { get; }
Property Value
Remarks
Tip: use the ForwardingResolver property to obtain the client requested host throught Host.