Behind reverse proxy
-
Hi,
Your code doesn’t set IP address when behind a Reverse Proxy
To get this done :
diff wp-content/plugins/wps-limit-login/classes/plugin.php wp-content/plugins/wps-limit-login/classes/plugin.php_modif 1017a1018 > /* 1019a1021,1024 > } > */ > if ( isset( $_SERVER[$this->get_option( 'wps_limit_login_client_type' )] ) ) { > return $_SERVER[$this->get_option( 'wps_limit_login_client_type' )];
Thanks to put this in your code,
Regards,
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Behind reverse proxy’ is closed to new replies.