Skip to content

IncomingRequestCfPropertiesBotManagementBase

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:6583

corporateProxy: boolean

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:6600

A boolean value that is true if the request originates from a Cloudflare-verified proxy service.


detectionIds: number[]

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:6608

List of IDs that correlate to the Bot Management heuristic detections made on a request (you can have multiple heuristic detections on the same request).


score: number

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:6590

Cloudflare’s level of certainty that a request comes from a bot, represented as an integer percentage between 1 (almost certainly a bot) and 99 (almost certainly human).

54

staticResource: boolean

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:6604

A boolean value that’s true if the request matches file extensions for many types of static resources.


verifiedBot: boolean

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:6595

A boolean value that is true if the request comes from a good bot, like Google or Bing. Most customers choose to allow this traffic. For more details, see Traffic from known bots.