Category Archives for API

BUILD 2021 NEWS: “Native support for WebSocket APIs in Azure API Management”

Native support for WebSocket APIs (public preview) in Azure API Management. This enables you to manage, protect, observe, and expose your WebSocket API in API Management, alongside REST and SOAP APIs. It

read more...

Working with HTTP errors in PowerShell

PowerShell is a great language to query REST APIs. When I call a REST API, I usually expect things to go well, but sometimes it doesn’t. So, how should I handle HTTP errors like 404, 403, and so

read more...

The API Management Landscape in 2020

Every year Gartner publish their Magic Quadrant covering the landscape of API Management vendors. This year, luckily, is no exception. Gartner has released their “Gartner Magic Quadrant for Full

read more...

Debug API Management policies in real time

Microsoft recently announced that the latest release of the Visual Studio Code extension for API Management introduces the ability to debug policies configured in your Azure API Management services in

read more...

How to get a ‘Request Trace’ in Azure API Management

This blog post is a no-nonsense guide to acquire a Request Trace in Azure API Management. A Request Trace is a JSON document that contains valuable information about a request/response sent to API’s

read more...

Open API Specification 3 support in Azure API Management is now GA (generally available)

Open API Specification 3 (OAS3) has been around for a while now, and the Azure API Management team has worked on its OAS3 implementation for a good 1,5 years. But now, finally, the OAS3 support is generally

read more...

Azure API Management: Authorization Level Based Content in the Developer Portal

When developing API-software in an API-first world, the user experience is important. When developing APIs and leveraging the API ecosystem, you will see that providing a great developer experience and

read more...

Azure API Management: Hiding Developer Portal from anonymous users [step-by-step guide]

Azure API Management is Microsoft’s turnkey solution for administrating and publishing APIs to external and internal customers; and for many development teams, Azure API Management is part of the

read more...

Touchpoints of a REST API

When developing a REST API we often think of it as an HTTP web service running on some web servers. But that is only the tip of the iceberg; professional API developers know that a successful REST API

read more...