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 #apis
In this blog post, we'll explore OWASP Top 10 threats and learn how APISIX can protect against them with examples.

All web apps today need users to sign in and share their info to make their own profiles. This helps the app give them a personalized experience securely. There are two ways that the developers can authenticate the users — either they can create thei...

The distributed systems architecture has become increasingly popular due to its flexibility, scalability, and fault tolerance. However, querying data from multiple microservices in real-time can be challenging, as it may require complex and time-cons...

The rise of real-time event-driven applications has led to the development of modern technology stacks that can handle large volumes of events in real time. Real-time event-driven applications are characterized by their ability to respond immediately...

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...
