You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
Hi,
I need to use throttling NOT based on user IP (i.e. a total of 100 requests per second from all users), but I want local requests to pass without being throttled. I tried setting IpThrottling = false and populating IpWhitelist, but the local requests are still being throttled.
Is there a way to configure the throttler so my scenario will work?
Thanks
The text was updated successfully, but these errors were encountered:
I have a similar situation. I want to do only IpThrottling, i.e. you get throttled based on all requests from an IP, but have a list of white-listed endpoints.
Hi,
I need to use throttling NOT based on user IP (i.e. a total of 100 requests per second from all users), but I want local requests to pass without being throttled. I tried setting IpThrottling = false and populating IpWhitelist, but the local requests are still being throttled.
Is there a way to configure the throttler so my scenario will work?
Thanks
The text was updated successfully, but these errors were encountered: