Login
From:
Alex Pliutau Blog
(Uncensored)
subscribe
Rate Limiting HTTP Requests in Go based on IP address
https://pliutau.com/rate-limit-http-requests/
links
backlinks
Roast topics
Find topics
Find it!
If you are running HTTP server and want to rate limit requests to the endpoints, you can use well-maintained tools such as github.com/didip/tollbooth. But if you’re building something very simple, it’s not that hard to implement it on your own.