Dave Merrill
08/09/2022, 4:10 PM<http://localhost/__cf_connector_heartbeat__>
I tried adding an exact match restriction like this: __cf_connector_heartbeat__
, but it gets rejected, "The path you have entered is invalid, this will prevent restrictions from occurring. Press ok to continue or cancel to modify your request URL."
Same happens without the leading and trailing underscores.
EDIT: Using a regex of cf_connector_heartbeat
also doesn't work, the heartbeat requests are still recorded.
Same with *cf_connector_heartbeat*
.
What's the recommended approach?Dave Merrill
08/10/2022, 2:27 PM/__cf_connector_heartbeat__
The trick I missed is that the leading slash is required.