axios-ddos-guard-bypass

JSON →
library 1.0.3 ·javascript
verified Jun 7, 2026

Node.js library (v1.0.3) that wraps Axios to automatically detect and bypass DDoS Guard protection (https://ddos-guard.net/en). Acts as an Axios interceptor: when a request encounters a DDoS Guard challenge page, it solves it by executing the challenge (typically JavaScript), extracts the resulting cookies, and retries the original request. Supports optional tough-cookie CookieJar for persistent session management and HTTP/HTTPS proxies. Fully typed with TypeScript, requires Node >=14. Unlike manual cookie handling or headless browser approaches, this is lightweight and API-friendly.