Tweak the requests
On top of exposing your APIs and application, Traefik Hub API Gateway allows you to make some operations on the incoming requests and customize the load balancing according to your needs, such as redirecting the traffic, adding headers, etc.
📄️ Chain Middlewares
The HTTP chain middleware lets you define reusable combinations of other middleware, to reuse the same groups.
📄️ Manage Errors
This middleware allows substituting error responses.
📄️ Modify Requests/Responses
This middleware allows modifying the requests and the responses.
📄️ Rate Limit Access
HTTP RateLimit middleware ensures Services receive fair amounts of requests throughout your cluster and not only on an individual proxy.
📄️ Redirect requests
This middleware allows redirecting the traffic from one port to another one.