CAPTCHA Types
Procaptcha’s default frictionless
feature dynamically detects if the user is a bot or a human. If the user is likely
to be a bot, the user will be presented with an image CAPTCHA challenge. If the user is likely to be a human, the
user will not be presented with an image CAPTCHA challenge and will instead solve a simple, invisible Proof of Work (PoW) challenge.
Serve different types of CAPTCHA by setting the captchaType
to frictionless
, pow
, image
.
Set Type Implicitly
Section titled Set Type ImplicitlySet Type Explicitly
Section titled Set Type ExplicitlyProof of Work (PoW) CAPTCHA
Section titled Proof of Work (PoW) CAPTCHAA Proof of Work (PoW) CAPTCHA challenge requires the user to solve a computational puzzle before submitting the form. It is easy for humans to solve but computationally expensive for bots.
The Proof of Work CAPTCHA type does not interrogate the user’s browser environment, use frictionless
for that (above).
Image CAPTCHA
Section titled Image CAPTCHAAn image CAPTCHA challenge requires the user to select the correct image(s) that match the given prompt.
The Image CAPTCHA type does not interrogate the user’s browser environment, use frictionless
for that (above).