Device Fingerprint Challenge for Edge Policies
Describes the use and management of the device fingerprint challenge for an edge policy.
The device fingerprint challenge generates hashed signatures of both virtual and real browsers to identify and block malicious bots.
You can perform the following device fingerprint challenge management tasks:
Enabling and Editing the Device Fingerprint Challenge for an Edge Policy
Describes how to enable and edit the device fingerprint challenge for an edge policy.
Publish your changes for them to take effect. See Publishing Changes.
Use the oci waas device-fingerprint-challenge update command and required parameters to enable and edit the device fingerprint challenge for an edge policy:
oci waas device-fingerprint-challenge update --is-enabled true --action DETECT --waas-policy-id waas_policy_ocid [OPTIONS]
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
Use the UpdateDeviceFingerprintChallenge operation to enable and edit the device fingerprint challenge.
Getting the Device Fingerprint Challenge's Details for an Edge Policy
Describes how to get the details of the device fingerprint challenge for an edge policy.
Use the oci waas device-fingerprint-challenge get command and required parameters to get the details of the device fingerprint challenge for an edge policy:
oci waas device-fingerprint-challenge get --waas-policy-id waas_policy_ocid [OPTIONS]
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
Use the GetDeviceFingerprintChallenge operation to get the details of the device fingerprint challenge.