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
Copy file name to clipboardExpand all lines: implementer-guide/configuration/security.md
+19-20Lines changed: 19 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -14,26 +14,6 @@ position: 850
14
14
15
15

16
16
17
-
## Rate Limiter
18
-
19
-
Introduced with [2024 Q3 (10.2.24.806)](https://www.telerik.com/support/whats-new/report-server/release-history/progress-telerik-report-server-2024-q3-10-2-24-806).
20
-
21
-
Rate limiting is a technique used to control the rate of incoming requests to an API. It sets limits on the number of requests that can be made by an IP address to a specific anonymous endpoint within a defined time period (window). The rate limiter is applied only to non-authenticated users. The Guest special account is not affected by the rate limiter.
22
-
23
-
When the client has exhausted the number of requests allowed, a 409 "Conflict" response with "The endpoint "{endpointName}" is currently not accessible." message is returned from the server.
24
-
25
-
### Enable rate limiter
26
-
27
-
Enables/Disables the rate limiter. By default, the value is set to `enabled`.
28
-
29
-
### Window
30
-
31
-
Specifies the time window in milliseconds that takes in the requests. It must be set to a value greater than 0. By default, the value is set to `1000 milliseconds`.
32
-
33
-
### Permit Limit
34
-
35
-
The maximum permitted number of requests that can be allowed in a time window. It must be set to a value greater than 0. By default, the value is set to `1`.
36
-
37
17
## Encryption
38
18
39
19
Introduced with 2024 Q4 (10.3.24.1112).
@@ -67,3 +47,22 @@ If the enhanced encryption is not applied, the following notification will be sh
67
47
68
48

69
49
50
+
## Rate Limiter
51
+
52
+
Introduced with [2024 Q3 (10.2.24.806)](https://www.telerik.com/support/whats-new/report-server/release-history/progress-telerik-report-server-2024-q3-10-2-24-806).
53
+
54
+
Rate limiting is a technique used to control the rate of incoming requests to an API. It sets limits on the number of requests that can be made by an IP address to a specific anonymous endpoint within a defined time period (window). The rate limiter is applied only to non-authenticated users. The Guest special account is not affected by the rate limiter.
55
+
56
+
When the client has exhausted the number of requests allowed, a 409 "Conflict" response with "The endpoint "{endpointName}" is currently not accessible." message is returned from the server.
57
+
58
+
### Enable rate limiter
59
+
60
+
Enables/Disables the rate limiter. By default, the value is set to `enabled`.
61
+
62
+
### Window
63
+
64
+
Specifies the time window in milliseconds that takes in the requests. It must be set to a value greater than 0. By default, the value is set to `1000 milliseconds`.
65
+
66
+
### Permit Limit
67
+
68
+
The maximum permitted number of requests that can be allowed in a time window. It must be set to a value greater than 0. By default, the value is set to `1`.
0 commit comments