You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a request contains either the X-Forwarded-For or Forwarded headers and the originating host is trusted, the client IP should be derived from there instead.
There needs to be a configuration option for trusting IPs, subnets and a wildcard for when you can't know the proxy IP/range beforehand (i.e. AWS CloudFront).
When a request contains either the
X-Forwarded-For
orForwarded
headers and the originating host is trusted, the client IP should be derived from there instead.There needs to be a configuration option for trusting IPs, subnets and a wildcard for when you can't know the proxy IP/range beforehand (i.e. AWS CloudFront).
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Forwarded
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-For
https://symfony.com/doc/current/deployment/proxies.html
https://expressjs.com/en/guide/behind-proxies.html
The text was updated successfully, but these errors were encountered: