Implementing API Rate Limiting And Throttling

Use when implements API rate limiting and throttling controls using token bucket, sliding window, and fixed window algorithms to protect against brute force attacks, credential stuffing, resource exhaustion, and API abuse. The engineer configures per-user, per-IP, and per-endpoint rate limits using Redis-backed counters, API gateway plugins, or application middleware, and implements proper HTTP 429 responses with Retry-After headers.

oyi77 0067afd 4.2 KB Updated 10 repo stars

File contents

oyi77/1ai-skills/tree/main/cybersecurity/implementing-api-rate-limiting-and-throttling commit 0067afd106

Frequently asked questions

npx skillmds add oyi77/implementing-api-rate-limiting-and-throttling