What is the name of the domain?
clipsync.app
What is the issue you’re encountering
I have Bot fight mode enabled, but I also have some custom WAF rules to block requests, and I’m seeing that sometimes they get caught with a Managed Challenge instead of just blocking the request. Is this expected behavior?
What steps have you taken to resolve the issue?
I have a custom WAF rule like http.request.uri.path contains "php"
(this is not a php website, I don’t want any requests with php in the path to resolve) and yet I can see a recent request for
/pvt.php was given a Managed Challenge instead of just being blocked. I have other clauses in this rule for e.g. “wp” or “wordpress” contains, but all are or
d together.
I have tried both http.request.full_uri and http.request.uri.path with the same results.
Is there a way to prioritize my block rule rather than allowing a managed challenge, and only falling back to the bot fight managed challenge as a possibility if the custom rule is not matched?
What is the current SSL/TLS setting?
Full (strict)