← Prompts
Reference Cybersecurity Agent Skills
API Rate Limiting Bypass — API Reference
# API Rate Limiting Bypass — API Reference ## Libraries | Library | Install | Purpose | |---------|---------|---------| | requests | `pip install requests` | HTTP request sending with custom headers
# API Rate Limiting Bypass — API Reference ## Libraries | Library | Install | Purpose | |---------|---------|---------| | requests | `pip install requests` | HTTP request sending with custom headers | ## Rate Limit Response Headers | Header | Description | |--------|-------------| | `X-RateLimit-Limit` | Maximum requests per window | | `X-RateLimit-Remaining` | Requests remaining in window | | `X-RateLimit-Reset` | Timestamp when limit resets | | `Retry-After` | Seconds to wait before retrying | | `RateLimit-Policy` | IETF draft rate limit policy | ## IP Spoofing Bypass Headers | Header | Description | |--------|-------------| | `X-Forwarded-For` | Standard proxy forwarding header | | `X-Real-IP` | NGINX real client IP | | `X-Originating-IP` | Client originating IP |
Sign in to view the full prompt.
Sign InTags
Classification
Reference Documentation, cheatsheets, setup guides
Scope Global
All AI interactions Manual Manually placed / Persistent