sangram parmar
sangram parmar

Reputation: 8726

Cannot access API via Azure API Management Service by POSTMAN

I have done following steps

  1. Deployed api on server
  2. Configure Azure Management Api Service to call api

Now

  1. Developer console i can successfully call api via azure api management.
  2. 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.

Upvotes: 0

Views: 1683

Answers (2)

Sukhi
Sukhi

Reputation: 14145

It's bit weird. In my case, Postman Chrome's extension works and Windows's App doesn't work. I am still finding the reason.

Upvotes: 0

sangram parmar
sangram parmar

Reputation: 8726

As I was using POSTMAN chrome extension, may be due to cross domain request or some proxy issue, It was not working.

After installing window app of POSTMAN.

Using the POSTMAN window app, I am able to access my API.

Still can't find the reason behind the POSTMAN Chrome extension.

But the window application is working. :)

Upvotes: 0

Related Questions