Skip to content

Commit f9861ff

Browse files
authored
Merge pull request #25256 from abpframework/auto-merge/rel-10-3/4492
Merge branch dev with rel-10.3
2 parents d7b4e37 + e48df81 commit f9861ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/en/modules/operation-rate-limiting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ABP provides an operation rate limiting system that allows you to control the fr
1515
* Do not allow generating a "monthly sales report" more than 2 times per day for each user (if generating the report is resource-intensive).
1616
* Restrict login attempts per IP address to prevent brute-force attacks.
1717

18-
> This is not for [ASP.NET Core's built-in rate limiting middleware](https://learn.microsoft.com/en-us/aspnet/core/performance/rate-limit) which works at the HTTP request pipeline level. This module works at the **application/domain code level** and is called explicitly from your services. See the [Combining with ASP.NET Core Rate Limiting](#combining-with-aspnet-core-rate-limiting) section for a comparison.
18+
> This is not for [ASP.NET Core's built-in rate limiting middleware](https://learn.microsoft.com/en-us/aspnet/core/performance/rate-limit), which works at the HTTP request pipeline level. This module works at the **application/domain code level** and is called explicitly from your services. See the [ASP.NET Core Rate Limiting vs ABP Operation Rate Limiting](#combining-with-aspnet-core-rate-limiting) section for the complete comparison.
1919
2020
## How to Install
2121

0 commit comments

Comments
 (0)