#adelvalle
1 messages · Page 1 of 1 (latest)
Hello 👋
How can I help?
Hello, I am using a webhook
This is my url webhook
ok, And I have developed a code
with a get method and post method
If I put this url in my navigator
it runs the get method
And when we call 'by post' we use a post method but it down not work
not enter
Sorry, that isn't a lot of information to go with.
Are you saying your server isn't able to handle a POST request?
yes
I hace a do method where I get the dataObjectDeserializer
*Have
I Have a post method
my webhook id we_1M6bE6K8ASnZKS7J5y5XkRHP
Sorry that's not a lot of information to go on with.
If your server isn't able to handle a POST request then you might want to add more logging into your server-side code to see what's exactly breaking..
my first log in the post method is a system.out.println
so, are you seeing any errors?
no
no logs no errors
only if I put this url in the navigator, I can see the log in get method
and ips' are available, no firewall
Based on the recent events that failed the delivery, it looks like the issue could be with your server's TLS certificate
You can use https://www.ssllabs.com/ssltest/ to identify what's missing and fix the issue
and what do I need to find? my webhook dominion?
On https://www.ssllabs.com/ssltest/analyze.html look for a section marked as "Extra download." under the items in the Certificate Path. To fix it you should talk to your web host. HTTPS urls are required for webhook endpoints in Live mode.
A comprehensive free SSL test for your public web servers.
The issue is with the certificate chain
but what can it be the problem? or What can be missing ?
how can we resolve this problem?
You'd want to talk to your hosting provider for this
There might be a certificate missing from the chain
Yes, that's why webhook event deliveries are failing