What is the name of the domain?
What is the error number?
Verifying that you are not a robot…
What is the error message?
Bot VerificationVerifying that you are not a robot...
...What is the issue you’re encountering
CAPTCHA blocks Webhooks
Was the site working with SSL prior to adding it to Cloudflare?
Yes
What is the current SSL/TLS setting?
Full
What are the steps to reproduce the issue?
Hello,
I’m experiencing an issue where Cloudflare is blocking my website from receiving webhook data. It’s showing a CAPTCHA verification, which prevents the webhook information from being processed correctly.
Here’s an example of the webhook request being blocked:
- Headers returned include:
CF-Cache-Status: DYNAMIC
CF-Ray: [unique-ID]
X-Turbo-Charged-By: LiteSpeed
- And the response body shows a CAPTCHA verification page:
Verifying that you are not a robot...
...I want to disable this CAPTCHA specifically for webhook requests. Is there a way to adjust Cloudflare settings to allow these requests to pass without triggering the CAPTCHA? Any help would be greatly appreciated.
Thank you!