Need to whitelist users behind proxy
-
We are using this plugin to restrict access to an internal resource site. Some of our users access the internet through a proxy server. That proxy passes an X-Forwarded-For header with both the private (10.*) IP address and the public IP of our network, comma-delimited.
The public IP address has been white-listed and works just fine for our users that are not accessing through that proxy server. All users going through the proxy server receive a 403 response.
How can I get these users to be able to access our site?
- The topic ‘Need to whitelist users behind proxy’ is closed to new replies.