Skip to content

Commit

Permalink
docs(ratelimit requestheader docs): add note concerning requestheader…
Browse files Browse the repository at this point in the history
… ratelimiting if header missing
  • Loading branch information
dgutzmann committed May 23, 2024
1 parent 05828ba commit a97d628
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/content/middlewares/http/ratelimit.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a97d628

Please sign in to comment.