Cloudflare Agent
📄️ 설치 및 초기화
BotManager Cloudflare Agent installation and initialization guide
Overview
BotManager-Cloudflare-Agent is designed to easily apply BotManager's detection capabilities using Cloudflare's Workers feature without modifying the Origin server.
BotManager is a solution that detects bots and macro users through various analysis techniques (header analysis, behavior analysis, foreign IP blocking, access statistics, etc.). This protects web services and safely manages data from threats of malicious users and automated bots.
What is Cloudflare Workers?
Cloudflare Workers is a serverless computing platform that can execute JavaScript, TypeScript, WebAssembly, etc. on Cloudflare's global network.
Key Features:
- Global Edge Network-Based Execution - Runs in over 300 cities worldwide, executing code closer to users to provide low latency and fast response speeds.
- Reduced Origin Server Load - Can process requests directly at the edge or perform tasks such as caching, authentication, and redirection, reducing Origin server load.
- Fast Deployment and Scalability - Can write code and deploy immediately without complex infrastructure setup, and automatically scales globally.
For more information about Cloudflare, refer to the official documentation:
How It Works
BotManager Cloudflare Agent works as follows:
- Worker Execution: Worker intercepts requests at Cloudflare edge.
- Detection Request: Worker sends requests to BotManager detection server.
- Response Processing: Redirects or forwards normal requests to Origin server based on detection results.
Installation Methods
BotManager Cloudflare Agent is installed through Cloudflare Workers.
For detailed installation instructions, refer to Installation and Initialization.