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
* Fix link in rate-limit.md
* Fix link in rate-limit.md
* Apply suggestion from @wadepickett
Just updating the ms.date.
---------
Co-authored-by: Wade Pickett <[email protected]>
Copy file name to clipboardExpand all lines: aspnetcore/performance/rate-limit.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ ms.author: wpickett
5
5
monikerRange: '>= aspnetcore-7.0'
6
6
description: Learn how limit requests in ASP.NET Core apps
7
7
ms.custom: mvc
8
-
ms.date: 03/05/2025
8
+
ms.date: 11/26/2025
9
9
uid: performance/rate-limit
10
10
---
11
11
@@ -17,7 +17,7 @@ By [Arvin Kahbazi](https://github.com/Kahbazi), [Maarten Balliauw](https://githu
17
17
18
18
The `Microsoft.AspNetCore.RateLimiting` middleware provides rate limiting middleware. Apps configure rate limiting policies and then attach the policies to endpoints. Apps using rate limiting should be carefully load tested and reviewed before deploying. See [Testing endpoints with rate limiting](#test7) in this article for more information.
19
19
20
-
For an introduction to rate limiting, see [Rate limiting middleware](https://blog.maartenballiauw.be/post/2022/09/26/aspnet-core-rate-limiting-middleware.html).
20
+
For an introduction to rate limiting, see [Rate limiting middleware](https://blog.maartenballiauw.be/posts/2022-09-26-aspnet-core-rate-limiting-middleware).
21
21
22
22
## Why use rate limiting
23
23
@@ -478,7 +478,7 @@ Creating partitions with user input makes the app vulnerable to [Denial of Servi
478
478
479
479
## Additional resources
480
480
481
-
*[Rate limiting middleware](https://blog.maartenballiauw.be/post/2022/09/26/aspnet-core-rate-limiting-middleware.html) by Maarten Balliauw provides an excellent introduction and overview to rate limiting.
481
+
*[Rate limiting middleware](https://blog.maartenballiauw.be/posts/2022-09-26-aspnet-core-rate-limiting-middleware) by Maarten Balliauw provides an excellent introduction and overview to rate limiting.
482
482
*[Rate limit an HTTP handler in .NET](/dotnet/core/extensions/http-ratelimiter)
0 commit comments