- My webhook endpoint is HTTPS secured and the app is running at port 3000
- The backend code is Node js.
- endpoint e.g: https://abc.com:3000/notify (POST)
- When I Hit on Test Webhook I get this error: Error:
An error occured in connecting to the endpoint: https://abc.com:3000/notify
- I tried port 80, 443 nothing is working
- I am actually able to get 200 Response via POSTMAN
- As soon as request is received, i am immediately returning 200 status
https://i.stack.imgur.com/EO2SP.png
05-26-2022 04:30 AM - edited 05-26-2022 04:34 AM
Follow these steps to test webhooks:
06-07-2022 01:50 AM