Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

deekepMaks's avatar

pusher webhooks return with 403

I removed all cors specifically to test requests. From any service, a request to the /webhook path goes without problems. However, the pusher keeps returning 403 when it tries to send the webhook to the exact same path. There is nothing in the nginx logs about pusher requests to my site. What is the problem?

curl returns

HTTP/2 200 
date: Tue, 25 Jul 2023 21:31:51 GMT
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
...
0 likes
1 reply
deekepMaks's avatar

Well, a few hours later I realized that cloudflare had been treating pusher requests as bots all this time :)

Please or to participate in this conversation.