Level 1
Well, a few hours later I realized that cloudflare had been treating pusher requests as bots all this time :)
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
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: *
...
Please or to participate in this conversation.