[GH-ISSUE #723] Add rate limiting to the API #37614

Closed
opened 2026-07-16 17:57:36 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @ntimo on GitHub (Nov 13, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/723

Hello,
first off awesome project. I just took a look at the official bitwarden API and saw that it has a rate limit. I would like suggest to add a rate limit too. It should probably use the same headers like the official one:

x-rate-limit-limit: 1m
x-rate-limit-remaining: 199
x-rate-limit-reset: 2019-11-13T22:48:01.3005818Z

What do you think about that? Maybe the limit could also be made configurable using a environment variable.

Originally created by @ntimo on GitHub (Nov 13, 2019). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/723 Hello, first off awesome project. I just took a look at the official bitwarden API and saw that it has a rate limit. I would like suggest to add a rate limit too. It should probably use the same headers like the official one: ``` x-rate-limit-limit: 1m x-rate-limit-remaining: 199 x-rate-limit-reset: 2019-11-13T22:48:01.3005818Z ``` What do you think about that? Maybe the limit could also be made configurable using a environment variable.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#37614