Hi
I am configuring a webhook with method type as POST for the below URL's
production: https://www.example.com
UAT: https://www-uat.example.com
For the prod URL, it is working fine in webhook as well as through POSTMAN
but for the UAT url, it is working fine in POSTMAN but throwing error string as "www-uat.example.com Name or service not known" and no status code
Has anyone encountered this kind of issue before? Any suggestions here please to get this resolved?
Thanks.
... View more