How do I monitor web users going in and out?

I would like to know how do I add a rule so I can see what’s going in and out. Also is there a way to block users that refresh the pages 5 times in a row?

  1. You can create a Firewall Rule that’s an “Allow” where Hostname contains “example” (whatever your domain is called, but without the .com part). Make sure that’s the last rule in the list. Your firewall events log will show all traffic. You can refine the rule to check for a specific URL, rather than the hostname if you want to zero in on certain requests.
  2. Sort of. You can Rate Limit, but it has to be a specific URL, and withing certain time frames as outlined here:
    https://support.cloudflare.com/hc/en-us/articles/115001635128-Configuring-Cloudflare-Rate-Limiting
1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.