I am trying to call webapi in MS FLOW. It is working fine in all the environment except prod. In prod we have added custom domain to website.So when calling the api "https://<appservicename>.<customdomain>/API/<APIName>" in Flow I am getting "url is not valid" error. In azure Logs, I can see that it is able to ping site but with method name it is throwing error.
Could you please suggest if I required any changes while adding custom domain to website and calling in MS flow.