Fastly Agent
📄️ インストールと初期化
BotManager Fastly Agent installation and initialization guide
Overview
BotManager Fastly Agent is an edge-based bot detection and blocking solution that operates on the Fastly Compute platform.
Key Features:
| Feature | Description |
|---|---|
| Real-time Detection | Real-time bot/macro detection and blocking |
| Session Management | Session-based user management |
| Security Page | Provides captcha/challenge pages |
| Flexible Configuration | Configuration-based bypass logic |
Performs detection at CDN level without modifying Origin server, providing effective security while reducing server load.
What is Fastly Compute?
Fastly Compute is a serverless edge computing platform based on WebAssembly (WASM).
Features:
- Runs at edge locations worldwide
- Ultra-fast response time (sub-millisecond)
- Auto-scaling
- Developer-friendly environment
For more information about Fastly Compute, refer to Fastly Official Documentation.
How It Works
BotManager Fastly Agent works in the following flow:
- Compute@Edge Execution: Compute function intercepts requests at Fastly edge.
- Detection Request: Compute function sends requests to BotManager detection server.
- Response Processing: Redirects or forwards normal requests to Origin server based on detection results.
Fastly Agent filters requests before they reach the Origin server, significantly reducing Origin server load.
Installation Methods
BotManager Fastly Agent is installed through Fastly Compute@Edge.
For detailed installation instructions, refer to Installation and Initialization.