Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The HTTP response status codes for an API operation are displayed in a non-ascending order in the Azure API Management (APIM) Portal.
Observed in APIM Portal:
401
403
200
404
Expected:
200
401
403
404
But in Json format the responses are in correct order. May I know the exact reason for the same.
An Azure service that provides a hybrid, multi-cloud management platform for APIs.