You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need rate limiting to ensure untrusted users don't spam requests (e.g. new comments over and over).
We currently use echo on front_api; https://echo.labstack.com/docs/middleware/rate-limiter is a promising option, but we primarily want to limit POST requests, not GET requests. Cloudflare should handle GET request concerns.
Prerequisites
I'd recommend learning about the following topics before approaching this:
Context and Motivation
We need rate limiting to ensure untrusted users don't spam requests (e.g. new comments over and over).
We currently use echo on front_api; https://echo.labstack.com/docs/middleware/rate-limiter is a promising option, but we primarily want to limit POST requests, not GET requests. Cloudflare should handle GET request concerns.
Prerequisites
I'd recommend learning about the following topics before approaching this:
Goals
The text was updated successfully, but these errors were encountered: