`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
for me the first rule alone is working the second rule is not working. `