Hi,
I'm wondering if the Advanced Module Manager extension is able to retrieve the correct visitor ip address in a Joomla 3 website protected by Cloudflare solution.
Thanks in advance.
Regards
The IP address is collected via a number of different values in the $_SERVER PHP object.
HTTP_X_FORWARDED_FOR, HTTP_X_REAL_IP, HTTP_CLIENT_IP, REMOTE_ADDR
Whether or not that results in the correct IP address in your situation... ??♂️
You could create a PHP file on your server with this code and see if the IP address is in there as you expect: