Join Slack
Powered by
Hello, is there any way to rate limit requests per...
# community-help
b
Bill
03/20/2022, 11:57 PM
Hello, is there any way to rate limit requests per IP? For example, Using Redis in front or each search only API key to have specific number of requests per user IP
k
Kishore Nallan
03/21/2022, 1:32 AM
We don't have a way to rate limit from within Typesense. You can put Typesense behind nginx and use that for rate limiting though:
http://nginx.org/en/docs/http/ngx_http_limit_req_module.html#limit_req
👍 1
Open in Slack
Previous
Next