Basic Usage

You embed the Captcha widget on your site. For example, on a login form. The user answers Captcha challenge. They get a passcode from captcha server that is embedded in your form. When the user clicks Submit the passcode is sent to your server in the form. Your server then checks that user passcode sent. Captcha server says it is valid and credits your account. Your server now knows the user is not a bot and lets them log in. Pretty simple!


hCaptcha

The hCaptcha widget can protect your applications from bots, spam, and other forms of automated abuse. Installing hCaptcha is fast and easy. It requires either adding some simple HTML and server side code, or using one of the many tools that natively support hCaptcha.

hCaptcha requires two small pieces of client side code to render a captcha widget on an HTML page.

Please see Composer for more information.

JavaScript Library

First, you must include the hCaptcha javascript resource somewhere in your HTML page. The