March 10, 2022 API Gateway | 4 MIN READ Building and Securing API Gateway Architecture As with all content accessed over the internet, APIs and API gateways are vulnerable to myriad threats if not properly secured. Without appropriate authentication and authorization in place, your applicationContinue reading
March 10, 2022 API Gateway | 6 MIN READ What Does a Secure API Gateway Look Like? APIs are pivotal in the information economy, enabling millions of applications to communicate with one another seamlessly. Thus came the need for the API gateway, middleware that mediates requests betweenContinue reading
March 9, 2022 API Gateway | 5 MIN READ RESTful API Best Practices If you’re involved in API design these days it can feel like someone is proclaiming the benefits of RESTful API design everywhere you turn. However, that advice often comes withoutContinue reading
March 9, 2022 API Gateway | 4 MIN READ Configuring API Gateways for High Availability (HA) Clusters While an API gateway provides a single point of access for your application’s APIs, that doesn’t mean it should be a single point of failure. Just as the microservices thatContinue reading
March 9, 2022 API Gateway | 4 MIN READ What are RESTful APIs REST stands for Representational State Transfer, and is an architectural style for providing standards between computer systems on the web, making it easier for systems to communicate with each other.Continue reading
March 9, 2022 API Gateway | 7 MIN READ What are API Gateway Policies? Your API gateway sits in front of all your upstream services. As an incoming request’s first point of contact, the API gateway dictates whether and how a request should beContinue reading