Hi,
My application is hosted with Cloudways-> WordPress using WP Cerber security. I am getting the following since the time my application is live. Could you please advise what would be the cause as the IP request seems to be from Cloudflare?
Hi,
My application is hosted with Cloudways-> WordPress using WP Cerber security. I am getting the following since the time my application is live. Could you please advise what would be the cause as the IP request seems to be from Cloudflare?
You need to set up your server so that original visitor IPs are passed through to your application and you see the visitor’s IP. If your application allows you to customize the source, you can set it to read the header cf-connecting-ip
which contains the real connecting visitor’s IP address. Otherwise, you can set up your frontline server (eg. nginx/apache) to read this header and send it to your application, like so:
https://support.cloudflare.com/hc/en-us/articles/200170786-Restoring-original-visitor-IPs
Thanks, I will look into your solution.
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.