#SamiK-webhooks
1 messages · Page 1 of 1 (latest)
Hello, what library are you using? Can you clarify what mean that there is nothing in the payload variable?
I use var_dump and I get string(0) "" for $payload and NULL for $sig_header. I get a 404 when testing unless I use a page on my site then it shows the html for that page. I'm using WordPress. The wp-json route seems to work and I tried changing to TLS1.2 as it was on 1.3 yesterday but no change
It doesn;t work when I use the CLI on localhost either
A 404 on what?
Unfortunately not one specifically for wordpress. Because this is a 404, that sounds like the URL you have us doesn't exist on your server or isn't accepting POST requests. I would look in to how to configure that on your setup
ok, thanks