AspNetCoreRateLimit icon indicating copy to clipboard operation
AspNetCoreRateLimit copied to clipboard

ASP.NET Core rate limiting middleware

Results 174 AspNetCoreRateLimit issues
Sort by recently updated
recently updated
newest added

Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.4.5 to 2.5.3. Commits 6b60a9e v2.5.3 48d5ef6 Add diagnostic messages around DiaSession failures 32b7c99 Incorrect URL for Git repository in .nuspec file ce0f849 Bump up to v2.5.3-pre...

dependencies

Bumps [AsyncKeyedLock](https://github.com/MarkCiliaVincenti/AsyncKeyedLock) from 6.2.1 to 6.2.2. Release notes Sourced from AsyncKeyedLock's releases. 6.2.2 Fixed potential unnecessary slowdown. Commits c23365b 6.2.2 — Fixed potential unnecessary slowdown. 370b23d Merge pull request #15...

dependencies

需求:限制设备访问API接口时的速率,例如每30秒一次 我使用的安卓手机与PC的chorme浏览器,这两个设备共同连接的时同一个Wifi 先后进行访问API 如:http://101.101.101.100:1314/API/Test 实际上我得到的结果是,当PC访问后,安卓再进行访问,则是不行的。 服务器得到的输出,访问源的IP是同一个 我使用了以下代码来得到访问IP Console.WriteLine(HttpContext.Connection.RemoteIpAddress.MapToIPv4().ToString()); 我想知道的是,是什么原因?也许是设置的问题吧

Hi, I get this error using Redis cache: ``` fail: Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware[1] An unhandled exception has occurred while executing the request. System.OperationCanceledException: The operation was canceled. at System.Threading.CancellationToken.ThrowOperationCanceledException() at System.Threading.CancellationToken.ThrowIfCancellationRequested() at...

Hi, im using following settings ``` "IpRateLimitingSettings": { "EnableEndpointRateLimiting": true, "StackBlockedRequests": false, "RealIpHeader": "X-Azure-ClientIP", "HttpStatusCode": 429, "GeneralRules": [ { "Endpoint": "post:/api/Apartments/*/lock", "Period": "60s", "Limit": 3 } ] } ``` Endpoint...

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.1 to 17.7.2. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.7.2 What's Changed Fix cannot find System.Text.Json by @​nohwnd in microsoft/vstest#4669 Full Changelog: https://github.com/microsoft/vstest/compare/v17.7.1...v17.7.2 v17.7.1 What's Changed Take...

dependencies

I'm trying to setup rate limiting for my app but unfortunately it's not working as expected. In the below example, I've setup a limit to 1 under 1 min. But,...

Hello, would you like to know if this middleware supports interface access control strategy based onqueue? For example, allowing 5 clients to access a certain interface at the same time...

Hello, I started using your Nuget: "AspNetCoreRateLimit", which controls the maximum number of requests to a certain API or to all APIs. After the desired number of requests, the API...

Bumps [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) from 6.0.3 to 7.0.1. Release notes Sourced from Microsoft.Extensions.Logging.Abstractions's releases. .NET 7.0.1 Release .NET 7.0.0 Release .NET 7.0 RC 2 Release .NET 7.0 RC 1 Release .NET 7.0...

dependencies