Open
DescriptionDescription
Adding dotnet rate limit will allow developers to protect the public endpoints against abuse, DDoS and better secure the site against automated malicious traffic
Implementation Notes
- Use rate limiting following guide - https://learn.microsoft.com/en-us/aspnet/core/performance/rate-limit?view=aspnetcore-9.0
- https://fast-endpoints.com/docs/rate-limiting#endpoint-rate-limiting
Acceptance Criteria
- Rate limiting works to protect public endpoints to render and submit form based of IP and request limit
- Rate limiting can be activated & configured per environment
- There is documentation on rate limiting
Description
Adding dotnet rate limit will allow developers to protect the public endpoints against abuse, DDoS and better secure the site against automated malicious traffic
Implementation Notes
- Use rate limiting following guide - https://learn.microsoft.com/en-us/aspnet/core/performance/rate-limit?view=aspnetcore-9.0
- https://fast-endpoints.com/docs/rate-limiting#endpoint-rate-limiting
Acceptance Criteria
- Rate limiting works to protect public endpoints to render and submit form based of IP and request limit
- Rate limiting can be activated & configured per environment
- There is documentation on rate limiting