This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 275
X-RateLimit-Limit, Remaining and Reset timing #126
Comments
@vickyRathee I implemented a custom version of this by overriding the
Then the handler:
Two things to note: 1) This is assuming you're only limiting on an hourly period. 2) It also allows for anonymous users to interact with the API and not get a limit back (may not be useful for every API). |
This was referenced Feb 12, 2019
It would be great to support ratelimiting via the new ratelimit standardization proposal. The proposal was:
The proposalVery similar to your current implementation, but header names have no
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Any way to send X headers in every call response to tell clients about their limitation? As implemented in asp.core version
The text was updated successfully, but these errors were encountered: