#SamiK-webhooks

1 messages · Page 1 of 1 (latest)

steep venture
#

Hello, what library are you using? Can you clarify what mean that there is nothing in the payload variable?

rocky hemlock
#

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

steep venture
#

A 404 on what?

rocky hemlock
#

on the dashboard

#

when I do a test webhook

steep venture
#

Ah, that means your site is sending us a 404

#

And what is the CLI error?

rocky hemlock
#

the same

#

do you have a wordpress webhook guide?

steep venture
#

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

rocky hemlock
#

ok, thanks