Quick Start
Getting started with API Gateway
Introduction
API Gateway is a open-source API Gateway for SecNex products and services, supporting API versioning, rate limiting, and more. Also handles certificate management for API authentication.
SecNex API Gateway is a high-performance, configurable API gateway built in Go. It provides reverse proxy capabilities with built-in security features including authentication and web application firewall (WAF) functionality.
Features
Reverse Proxy
Reverse Proxy allows you to route requests to backend services.
WAF
WAF allows you to protect your API from common attacks.
Authentication
Authentication allows you to authenticate your API requests.
Path-based Routing
Path-based Routing allows you to route requests to different backend services based on the path.
Middleware Pipeline
Middleware Pipeline allows you to add custom logic to your API requests.
Logging
Logging allows you to log your API requests.