User Agent ACL
Control access to content by allowing or blocking requests based on User-Agent header values.
Last updated
Was this helpful?
Control access to content by allowing or blocking requests based on User-Agent header values.
User Agent ACL allows you to control access to content by evaluating the User-Agent header of incoming requests.
You can create whitelist or blacklist rules using full or partial User-Agent values to allow or deny access for specific browsers, applications, crawlers, or automated clients.
Turn Status to On.

Choose one of the following modes:
Whitelist — Only matching User-Agent values are allowed.
Blacklist — Matching User-Agent values are blocked.
Choose how User-Agent values should be evaluated:
Contains — Matches any User-Agent containing the specified value.
Exact Match — Requires the entire User-Agent value to match exactly.
Enter the User-Agent value and click + to add the rule.
Click Submit to apply the changes.
The CDN evaluates the User-Agent request header against the configured rules.
Depending on the selected mode:
Matching requests may be allowed.
Matching requests may be blocked.
Requests that do not match the configured rules follow the behavior defined by the selected whitelist or blacklist mode.
Block known crawlers or scraping tools
Restrict access to specific client applications
Allow access only to approved applications
Filter unwanted automated traffic
User-Agent values are supplied by the client and can be modified or spoofed.
User Agent ACL should not be used as the sole security mechanism for protecting sensitive content.
Consider combining User Agent ACL with Rate Limiting, WAF, Security Token, or IP Restriction for stronger protection.
Last updated
Was this helpful?
Was this helpful?