Skip to main content

33 docs tagged with "Middleware"

View All Tags

IPAllowList

Use IPAllowList in TCP middleware for limiting clients to specific IPs in Traefik Proxy.

AddPrefix

Learn how to implement the HTTP AddPrefix middleware in Traefik Hub to update request paths before being forwarded.

BasicAuth

The HTTP basic authentication (BasicAuth) middleware in Traefik Hub restricts access to Services to known users.

Buffering

The HTTP buffering middleware in Traefik Hub limits the size of requests that can be forwarded to Services.

Chain

The HTTP chain middleware lets you define reusable combinations of other middleware, to reuse the same groups.

CircuitBreaker

The HTTP circuit breaker prevents stacking requests to unhealthy Services, resulting in cascading failures.

Compress

The compress middleware lets you compress responses before sending them to the client.

ContentType

Traefik Hub's HTTP middleware automatically sets the `Content-Type` header value when it is not set by the backend.

DigestAuth

HTTP DigestAuth middleware restricts access to your services to known users.

Distributed RateLimit

HTTP RateLimit middleware ensures Services receive fair amounts of requests throughout your cluster and not only on an individual proxy

Error Pages

The Errors middleware returns custom pages according to configured ranges of HTTP Status codes.

ForwardAuth

The HTTP ForwardAuth middleware delegates authentication to an external Service.

GrpcWeb

GrpcWeb converts a gRPC Web requests to HTTP/2 gRPC requests.

Headers

The HTTP headers middleware manages the headers of requests and responses.

InFlightConn

Limiting the number of simultaneous connections.

InFlightReq

The InFlightReq HTTP middleware lets you limit the number of simultaneous in-flight requests.

IPAllowList

Learn how to use IPAllowList in HTTP middleware for limiting clients to specific IPs.

JWT Authentication

Traefik Hub - Learn how to configure the JWT Authentication middleware for Ingress management.

OpenID Connect Authentication

Traefik Hub - The OIDC Authentication middleware secures your applications by delegating the authentication to an external provider.

PassTLSClientCert

The PassTLSClientCert adds selected data from passed client TLS certificates to headers.

RateLimit

HTTP RateLimit middleware ensures Services receive fair amounts of requests

RedirectRegex

RedirectRegex redirecting clients to different locations.

RedirectScheme

RedirectScheme redirects clients to different schemes/ports.

ReplacePath

ReplacePath updates paths before forwarding requests.

ReplacePathRegex

ReplacePathRegex updates paths before forwarding requests, using a regex.

Retry

Retry requests to a backend server until it succeeds.

StripPrefix

StripPrefix removes prefixes from paths before forwarding requests.

StripPrefixRegex

StripPrefixRegex removes prefixes from paths before forwarding requests, using regex. Read the technical documentation.