Property XForwardedFor
XForwardedFor
Gets the value of the HTTP X-Forwarded-For header.
Used to identify the originating IP address of a client connecting to a web server through an HTTP proxy or load balancer.
public string? XForwardedFor { get; }
Property Value
Remarks
Tip: use the ForwardingResolver property to obtain the user client proxied IP throught RemoteAddress.