How to resolve HTTP 405 error NotAllowedMethod

4/4/2019

I created .Net Core Rest API service with two GET method. Locally in debug mode, everything works as expected. When I deploy this service on Azure Kubernetes service and behind API Management, on every call to these two GET method I receive HTTP 405 error. I tried with different endpoints, but any of cases didn't resolve this issue. Any idea?

-- dino
.net-core
azure-api-management
azure-kubernetes
microservices

0 Answers