Laravel throttle, RateLimiter vs ThrottleRequests, when to use which?
I need to rate limiting for my REST API. Currently I just need rate limit based on the URL prefix, e.g. url with tps/xxx will need a rate limit for 10 times in 1 minute. I may need to add…