SongGuess
    Preparing search index...

    Interface IncomingRequestCfPropertiesBotManagementBase

    interface IncomingRequestCfPropertiesBotManagementBase {
        corporateProxy: boolean;
        detectionIds: number[];
        score: number;
        staticResource: boolean;
        verifiedBot: boolean;
    }
    Index

    Properties

    corporateProxy: boolean

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

    detectionIds: number[]

    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

    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

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

    verifiedBot: boolean

    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.