8000 Update security.md (#215) · telerik/report-server-docs@44a2c31 · GitHub
[go: up one dir, main page]

Skip to content

Commit 44a2c31

Browse files
Update security.md (#215)
1 parent 0be5b84 commit 44a2c31

File tree

1 file changed

+19
-20
lines changed

1 file changed

+19
-20
lines changed

implementer-guide/configuration/security.md

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,6 @@ position: 850
1414
1515
![The Report Server Configuration page.](../../images/report-server-images/security-rate-limiter-configuration.png)
1616

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-
3717
## Encryption
3818

3919
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
6747

6848
![The message reminding the administrator to enable encryption in the Report Server.](../../images/report-server-images/security-enable-encryption-message.png)
6949

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

Comments
 (0)
0