-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Labels
ConfigurationOcelot feature: ConfigurationOcelot feature: ConfigurationRate LimitingOcelot feature: Rate LimitingOcelot feature: Rate LimitingSummer'25Summer 2025 releaseSummer 2025 releasefeatureA new featureA new featuremergedIssue has been merged to dev and is waiting for the next releaseIssue has been merged to dev and is waiting for the next release
Milestone
Description
this is my configuration that is not working globally
"GlobalConfiguration": {
"BaseUrl": "https://localhost:5002",
"RateLimitOptions": {
"DisableRateLimitHeaders": true,
"QuotaExceededMessage": "Exceed ",
"HttpStatusCode": 400,
"ClientWhitelist": [],
"EnableRateLimiting": true,
"Period": "10s",
"PeriodTimespan": 3,
"Limit": 1
}
}
when i'm adding this to a specific route it is working
"RateLimitOptions": {
"ClientWhitelist": [],
"EnableRateLimiting": true,
"Period": "10s",
"PeriodTimespan": 3,
"Limit": 1
}
is there any option to setup rate limiting globally that will affect to my all endpoints?
Metadata
Metadata
Assignees
Labels
ConfigurationOcelot feature: ConfigurationOcelot feature: ConfigurationRate LimitingOcelot feature: Rate LimitingOcelot feature: Rate LimitingSummer'25Summer 2025 releaseSummer 2025 releasefeatureA new featureA new featuremergedIssue has been merged to dev and is waiting for the next releaseIssue has been merged to dev and is waiting for the next release