API Gateway
Star us on GitHub ⭐
1. Introduction
Getting Started
REST API Tutorial
SOAP Web Services Tutorial
Deployment
2. Security
JWT Token Validation against Microsoft's Azure AD
Using OAuth2 Authentication with Postman
Automatic Certificate Renewal with ACME
3. Cookbook
Solutions for common problems. How do I...
Security
redirect to SSL?
add CORS headers to a response?
remove HTTP Headers?
change an error message from a backend?
Traffic
route requests based on URL path or method?
route requests based on HTTP-headers?
route requests based on query-parameters?
perform canary routing?
mirror production environment requests into a test system?
Modification and Transformation
rewrite a path?
rewrite the Base URL of an OpenAPI?
change the status code of a response?
set an HTTP Header?
return a static JSON document?
Debugging and Testing
log API requests and responses?
use API greasing for JSON documents?
Integration
turn a SOAP Service into a REST API?
4. OpenAPI
OpenAPI Configuration and Validation
API Overview and Swagger UI
5. Plugins
Scripting
Javascript
6. Monitoring
Promotheus
7. Architecture
How Membrane works internally
Architecture Guide
Rule Matching