#crawl-webhook-errors

1 messages · Page 1 of 1 (latest)

thorny basinBOT
quiet tendon
#

Error Rate 57%

#

Some request pass

#

And others, like invoice.paid

response

HTTP status code
403 (Forbidden)
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
</body>
</html>

#

on our WAF, we just discovered that those request were blocked

hardy whale
#

👋 @quiet tendon, this looks like a bug on your end where your own server (or Cloudflare or similar) is blocking those requests

quiet tendon
#

yes correct

#

what are the stripe recommendation for this ?

#

do we open the endpoint to public and let the stripe verification key do it's job

#

or we whitelist ip set

hardy whale
quiet tendon
#

is the ip list constently updated ?

#

or is it fixed for good good

hardy whale
#

it's documented on that page

#

top of the page

You can subscribe to the API announce mailing list to be notified of any changes to our IP addresses. We provide seven days’ notice through that mailing list before making changes.

#

crawl-webhook-errors

quiet tendon
#

oh perfect didnt saw that

#

nice it's going through now

#

thank!