AspNetCoreRateLimit - Limits Not Working for individual endpoints as per custom configuration

69 Views Asked by At

`I'm Trying to set limits For all API , for some API i wish to have different limit , but i dont want to whitelist . say, all the get method based api should be triggered only 5 per minute but "get :/api/test/testlog " can be triggered for more than 15 per minute i m using AspNetCoreRateLimit NuGet

Code Snippet

for me the first rule alone is working the second rule is not working. `

0

There are 0 best solutions below