When our customers activate their license, it sometimes get blocked by Cloudflare. When looking in the response on the API request, we’ve found that Cloudflare responds with a reCaptcha challenge. As the response is handled by code, not a user, this obviously fails.
I’ve tried adding a firewall rule that accepts all post requests, just to check if that helps. Which it doesn’t. Allowing URL’s or IP’s is also not possible, as these are lots of different customers. How can we disable this feature for such requests?
I see this as “Managed challenge” in the logs, with Rule ID ‘badscore’. But I don’t see any option to disable a “Managed challenge”, or specific Rule ID’s. Is this actually possible?
This seems to have resolved the issue for most customers. Several of these customers are probably located on a shared hosting environment, the ip number of which was listed in https://www.projecthoneypot.org. Thanks for the pointer!