I have done following steps
- Deployed api on server
- Configure Azure Management Api Service to call api
Now
- Developer console i can successfully call api via azure api management.
- Also from C# console, it is called successfully.
But cannot access it via POSTMAN.(It return 404 - File or directory not found)
Don't know, is it common issue with postman?
Trying to search on google but no help found related to this issue.
Anybody has solution please help.