본문으로 건너뛰기

Integration

Overview

BotManager provides multiple agents to deliver bot detection capabilities across various platforms and environments. Each agent is optimized for specific environments and can be used standalone or in combination as needed.

Agent Selection Tips

Choose the appropriate agent based on your project's architecture and requirements. Combining multiple agents can provide stronger security.

Agent Types

Client-Side Agent

An agent that performs bot detection on the client side. It runs in browsers or mobile apps and analyzes user behavior in real time.

Supported Agents:

Advantages of Client-Side Agents
  • Real-time user behavior analysis
  • Detection of developer tools and automation tools
  • Immediate security measures possible

Server-Side Agent

An agent that performs bot detection on the server side. It performs detection during server request processing.

Supported Agents:

  • Java Agent: Agent for Java-based web applications
  • .NET Agent: Agent for .NET-based web applications
Advantages of Server-Side Agents
  • Detection at origin server level
  • Support for detection of API requests
  • Easy integration with server logic

Edge Agent

An agent that performs bot detection at CDN edge. It performs detection at CDN level without modifying the origin server.

Supported Agents:

Advantages of Edge Agents
  • No origin server modification required
  • Runs at edge locations worldwide
  • Ultra-fast response time
  • Reduced origin server load

Agent Selection Guide

Standalone Use

Each agent can be used standalone:

Use ScenarioRecommended AgentDescription
Client-side detection only neededClient-Side AgentReal-time detection in browsers/mobile apps
Server-side detection only neededServer-Side AgentDetection during server request processing
CDN-level detection neededEdge AgentDetection at CDN without modifying origin server

Combined Use

You can combine multiple agents to provide stronger security:

CombinationAdvantagesRecommended Scenarios
Client-Side + Server-SideDetection on both client and serverWeb applications requiring high security
Edge + Client-SideDetection at CDN level and client levelWebsites using CDN
Edge + Server-SideDetection at CDN level and server levelWhen origin server protection is important
Notes for Combined Use

When combining multiple agents, be careful to keep each agent's settings consistent. In particular, domain settings and detection server URLs must be kept the same.

Getting Started

Refer to each agent's documentation for installation and usage methods:

  1. Select agent to use: Choose an agent suitable for your project by referring to the guide above
  2. Check installation guide: Review the installation guide documentation for the selected agent
  3. Check configuration values: Check required configuration values in BotManager console
  4. Install and initialize agent: Install and initialize the selected agent
  5. Apply detection features: Test and apply detection features after installation is complete
Next Steps

After agent installation, you can configure detection rules through Policy Configuration.