Table of Contents

Property XForwardedHost

Namespace
Sisk.Core.Entity
Assembly
Sisk.Core.dll

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

string

Remarks

Tip: use the ForwardingResolver property to obtain the client requested host throught Host.