Documentation Index
Fetch the complete documentation index at: https://mintlify.com/traefik/traefik/llms.txt
Use this file to discover all available pages before exploring further.
HTTP Middlewares
Controlling connectionsConfiguration Example
Available HTTP Middlewares
| Middleware | Purpose | Area |
|---|---|---|
| Authentication | BasicAuth, DigestAuth, ForwardAuth | Security, Authentication |
| Headers | Adds/Updates headers | Security |
| RateLimit | Limits call frequency | Security, Request lifecycle |
| RedirectScheme | Redirects based on scheme | Request lifecycle |
| StripPrefix | Removes path prefixes | Path Modifier |
| Compress | Compresses responses | Content Modifier |
| CircuitBreaker | Prevents calling unhealthy services | Request Lifecycle |