Rate Limiting
WebTerm Overview
Term
Rate Limiting
카테고리
Web
Related Terms
4
Definition
A technique that restricts the number of requests a client can make to an API or server within a time window. Rate limiting protects against abuse, brute-force attacks, and resource exhaustion.
Web