Cloudflare blocking webhooks of judge.me review

What is the name of the domain?

What is the error number?

Failure count: 12

What is the error message?

Webhook url: https://dashsafe.co/wp-json/judgeme/v1/widget/review_widget/updated Failure count: 12 Response: 403

What is the issue you’re encountering

webhooks are blocked

What steps have you taken to resolve the issue?

I have added WAF rule

Was the site working with SSL prior to adding it to Cloudflare?

Yes

What is the current SSL/TLS setting?

Strict (SSL-Only Origin Pull)

What are the steps to reproduce the issue?

Please request your host provider/blocking app to allowlist the following webhook endpoints:
(On each service you must allowlist exactly this):
[shopdomain.com]/wp-json/judgeme/v1/*
(without a final slash
Please notice that the last “*” its a variable for multiple accesses;

Screenshot of the error

Remove the * from the URI contains expression as that doesn’t use wildcards.

Make sure what you are skipping is what is needed. Check your security event log to get the exact reason the request is blocked.


Thanks for reply. I checked the events and I am not sure how to check which request of judge.me is blocked. There are many events. I filtered by name judge.me but can’t find. In this case how to allowlist all the urls as suggested by judge.me agent? See the screenshot.

1 Like

The WAF rule you created will do that (removing the * as I said).

Search by URI to find them.

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