I
InDesign%20CC
Adobe InDesign CC HTTP client
About this crawler
InDesign%20CC is a web crawler identified by the regular-expression pattern InDesign%20CC\/ in the User-Agent request header. It is categorised as http-library. Use the regex above to detect, log, allow, or block InDesign%20CC traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
No block-rate data for this crawler.
Technical details
- Name
- InDesign%20CC
- Pattern
InDesign%20CC\/- Tags
- http-library
- Added
- 2026/05/09
- Instances
- 1 known sample(s)
Sample User-Agent strings
InDesign%20CC/11300 CFNetwork/720.4.4 Darwin/14.4.0 (x86_64)
Block this crawler
robots.txt — disallow InDesign%20CC:
User-agent: InDesign%20CC
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} InDesign%20CC\/ [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "InDesign%20CC\\/") {
return 403;
}
← back to all crawlers