Field XForwardedHost
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 const string XForwardedHost = "X-Forwarded-Host"
Returns
- string
- 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.