Unable to access Azure WebApp through PostMan

Anonymous
2022-12-13T05:40:00.627+00:00

Hi Team,

Unable to access webapp through the postman, but somehow it can access directly. Showing as 404 error
269891-image.png

Direct Access
269777-microsoftteams-image.png

Appreciate your help on this.

Thanks and Regards!

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bryan Trach 17,837 Reputation points Microsoft Employee Moderator
    2022-12-19T01:59:14.27+00:00

    @Anonymous We understand that you are receiving a 404 error in postman when trying to access the swagger API service hosted on your web app.

    This is normally caused by improper authentication from my experience. Can you verify if your web app has any authentication on it? If so, are you handling that properly in postman?

    For example, if your web app is using AAD for auth, you would need to follow these steps to ensure you are able to get into your web app.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.