How APISIX protects against the OWASP top 10 API security threats
In this blog post, we'll explore OWASP Top 10 threats and learn how APISIX can protect against them with examples.

Search for a command to run...
Articles tagged with #api-gateway
In this blog post, we'll explore OWASP Top 10 threats and learn how APISIX can protect against them with examples.

Dynamic routing based on JWT Claim with Apache APISIX and Okta Dynamic routing is a powerful feature of most modern API Gateways that allows you to route incoming requests in real time to different backend services based on various criteria such as H...

GraphQL is a powerful query language for APIs that allows developers to define the structure of the data they need from the server, and the server responds with only that data. This makes it much more efficient and flexible than traditional REST APIs...

Improve performance with caching When you are building an API, you want to keep it simple and fast. Once the concurrent need to read the same data increase, you'll face a few issues😐 where you might be considering introducing caching: ❌ There is la...

Apache APISIX offers a centralized form of API management experience with full observability, security, and flexibility when you build and scale API programs in all cloud providers. By using cloud platforms, we can get the benefit from additional res...

Introduction In this walkthrough, we are going to look at some of the Apache APISIX API Gateway built-in plugins for securing your Spring Boot REST APIs and demonstrate how to effectively use them. You will learn to run the multi-container app (backe...
