Restricting access to a URL path only to certain IPs Hello,

I was wondering if I can use Cloudflare to restrict the access
to the wordpress admin ( /wp-admin) only to certain IPs or IP ranges

Using firewall rules.

4 Likes

Thank you very much for your response :slight_smile:
I was wondering if a similar approach could be used for adding a captcha challenge to a particular URL.

Maybe using this option
https://support.cloudflare.com/hc/en-us/articles/200170086-What-does-the-Browser-Integrity-Check-do-

With BIC you can instruct Cloudflare to specifically verify the data sent by the client, but it is no guarantee for a captcha. Also, it generally is a global setting. If you want it path specific you’d need to use a page rule.

What you want can be achieved using firewall rules as well. Just check for the path and choose a captcha challenge.

This topic was automatically closed after 31 days. New replies are no longer allowed.