Webhook : Delivery URL returned response code: 403
-
Hello ?? .I created a server.js file to accept posts of webhook. But when i try to set the link i receive
“Delivery URL returned response code: 403” .
The link is of type https://webhook.mydomain.com:8080/webhook-handler .
Because is not possible to use 443 port because already used from IIS , then i created new subdomain and i run it on port 8080 which is the only port which allowed from woocommerce (also allowed 443 and 80 but they are reserved from IIS ).
So i search on logs but i dont see any error about the webhook.
The certificate should be fine .I exported from the original .pfx and for the server.js i use .pem format.
The secret key of webhook woocommerce page , is also used in server.js .
I opened port 8080 on firewall.
No other application on server using 8080.
I use windows server 2022.
Any idea for help please ?
- You must be logged in to reply to this topic.