From 0f0cc420e193960048f08bbe78ccff3130a9bee8 Mon Sep 17 00:00:00 2001 From: Dusty Gutzmann Date: Wed, 29 May 2024 02:40:05 -0600 Subject: [PATCH] docs(ratelimit requestheader): add note concerning behavior if header is missing Co-authored-by: Romain --- docs/content/middlewares/http/ratelimit.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/middlewares/http/ratelimit.md b/docs/content/middlewares/http/ratelimit.md index 3020edbe7..bcedbcb00 100644 --- a/docs/content/middlewares/http/ratelimit.md +++ b/docs/content/middlewares/http/ratelimit.md @@ -432,6 +432,8 @@ http: Name of the header used to group incoming requests. +!!! important "If the header is not present, rate limiting will still be applied, but all requests without the specified header will be grouped together." + ```yaml tab="Docker" labels: - "traefik.http.middlewares.test-ratelimit.ratelimit.sourcecriterion.requestheadername=username"