NET Framework 4.5 application using ApiController (instead of ASP.NET Core), you can still implement rate limiting based on client IP and JWT tokens

 Yes, you can implement rate limiting based on client IP in a .NET Core API. This can be done using middleware that tracks the number of requests made by each client IP within a specified time window. If a client exceeds the allowed request limit, you can respond with an error (e.g., HTTP 429 Too Many Requests).

No comments:

Post a Comment

Angular's new httpResource and a bonus hidden feature

  The first   release candidate   for   Angular 19.2   is out, and it includes the new experimental   httpResource . This is essentially a s...

Best for you