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
Algorithm](https://en.wikipedia.org/wiki/Token_bucket). The parameters can be
924
-
separately configured for:
925
-
1. IP Addresses to be used in case of unauthenticated requests using
926
-
`ipAddrLimit`.
927
-
2. Users and providers using `userLimit`.
928
-
3. Internal usages (like calls from backoffice) using `internalLimit`.
929
-
930
-
The `ipAddressExceptions` have to be CIDR blocks which can be specified like
931
-
`"127.0.0.0/8"`to allow any IP address from `127.0.0.0` to `127.255.255.255` to
932
-
by pass the rate limits. To limit one particular IP address, it can be specified
933
-
as `127.0.0.1/32`.
934
-
935
881
#### Disabling API versions
936
882
937
883
It is possible to disable one ore more API versions. When an API version is disabled it won’t be advertised on the `GET /api-version` endpoint, neither in the `supported`, nor in the `development` section. Requests made to any endpoint of a disabled API version will result in the same error response as a request made to an API version that does not exist.
0 commit comments