XForwardedFor
X-Forwarded-For (XFF) is an HTTP header used to identify the original client IP address when a request passes through one or more proxies or load balancers before reaching the destination server. It is commonly employed in web architectures that sit behind reverse proxies.
The header typically contains a comma-separated list of IP addresses. Each proxy may append its own IP
XFF is widely used for logging, rate limiting, geolocation, and other edge-facing decisions. However, it is not
Security and privacy considerations are important. Relying on XFF for authentication or access control is risky,
In practice, many deployments still rely on XFF, but administrators often complement it with proper proxy configuration