Hi
I have created a .net core application and running the instance through visual studio 2019 , I have configured the API gateway and also created the proper end point. I am using postman to hit my API. If I directly hit my API through postman it works fine , but when I give the gateway end point url to hit the API I am getting the below error :
“Exception”: "API Gateway encountered an error. Error Message: Downtime exception: Not able to reach end point.
Is it necessary to host my application on IIS for the gateway endpoint to reach it . Please specify if I am missing something.