Hi everyone, When you are using Cloudflare it will mask the Client IP address, So cloudflare provide us variable that help to find the actual IP address of users. Check below to code the variable of Cloudflare Ip address. $_SERVER["HTTP_CF_CONNECTING_IP"] //It will provide the real visitor Ip address If you are using PHP, then you can do use the below code to get the Ip address, that handle both case you are using Cloudflare or when, In case you have changed.