Systems | Development | Analytics | API | Testing

Secure Your APIs Now: Live Demonstration of API Security Testing | Mukund Zalke | #APITesting

In this comprehensive tutorial, Mukund Zalke demonstrates the ins and outs of API security testing, covering essential aspects that every tester and developer should be well-versed in. Mukund delves into the OWASP API Security Top 10, shedding light on critical vulnerabilities that need attention in API security. The session includes practical demonstrations of various API security vulnerabilities, offering real-world examples to deepen understanding. Mukund not only identifies potential risks but also showcases effective API security testing tools and best practices.

Let's Go AWS! The Kong Konnect EKS Marketplace Add-on for Kong Gateway Dataplanes is Ready to Go

Today, we’re excited to release the Kong Konnect EKS Marketplace add-on as a means to deploy your Kong Gateway dataplanes in AWS. The add-ons are a step forward in providing fully managed Kubernetes clusters. It is here to simplify the post-procurement process of bootstrapping Kong Konnect gateway data planes, avoid context switching among tools during the installation process, and provide notifications when a new version of Kong Gateway is available, making upgrades seamless.

Gateway API: What's Next After GA

With the recent general availability (GA) release of Gateway API, a key building block for Kubernetes ingress is now stable and ready for production use. However, the GA milestone is just the beginning. There are many new capabilities and enhancements planned for Gateway API that will make it even more powerful and flexible. In this webinar, we will look at what's coming next for Gateway API and how the project plans to evolve.

Choosing Billing Metrics in Apigee vs. Moesif

Perhaps the most important part of any monetization strategy is the effective selection of API billing metrics. Billing metrics form the backbone of your monetization strategy, and giving ample thought to what – and how – to monetize will pay long-term dividends both in economic terms as well as management ones. Today, we’re going to look at what API billing metrics actually are, and how they related to your long-term monetization strategy.

Internal API Security Measures: Protecting Your Infrastructure

The rapid development and deployment of software applications largely rely on the power of APIs. These Application Programming Interfaces act as the glue holding together various components, enabling efficient communication and data exchange between them. From mobile apps to web services and enterprise systems, APIs are ubiquitous, playing a critical role in the seamless functioning of modern software architecture – but its important to take internal API security risks seriously.

An Introduction to REST API with Python

REST API is an acronym that stands for Representational State Transfer Application Programming Interface. REST APIs are used to create "web services" in HTTP requests, which provide data between client and server applications. This article will cover some of the basics of REST APIs and will also walk you through making a basic API using Python. Here are the 5 key takeaways from the article.