I’m curious, how “Webhook” module responds. I mean if I visit a site https://webhook.site for webhook URL it generates https://webhook.site/ebe79d98-85e3-40d1-8410-ce0d9d8dd38d (just like Webhook module generate an URL: https://dev.apiant.com/webhook/5efdfb0dxxxxxxxxxxxxxxx_TEST) and I can use this URL to POST any data working fine by POSTMAN and when I look back in https://webhook.site for the response after posting data, it’s giving me proper output but responds in HTTP (not HTTPS).
Now above both, the URLs are not acceptable by Clover’s webhook registration because of HTTPS issue. The Clover is throwing an error like “URL is not reachable”.
If I visit https://pipedream.com/ and again follow the same process for generating and registering the Webhook URL then it’s working for POSTMAN and Clover both. I’m able to register webhook URL generated by pipedream in Clover without any error.
Could you help me understand this issue or there is anything I missed?
Thanks