Skip to content

[EDU-6457] AI documentation update - 2025-04-11 - recaptcha #1606

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ permalink: /documentation/products/guides/recaptcha/
---



**reCAPTCHA** is a *serverless* integration available at Azion Marketplace. This type of integration is mainly used for protecting domains against bots. It allows you to monitor traffic in your website by using the Google Dashboard for reCAPTCHA.

reCAPTCHA is a CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) integration designed to protect websites from bots and automated scripts by using a challenge-response test to determine whether the user is a human or a machine.
Expand Down Expand Up @@ -97,10 +96,9 @@ To instantiate the reCAPTCHA integration, while still on the Edge Firewall page:
"theme": "dark",
"size": "compact",
"custom_message": "My message",
"custom_html": "<html>... <!-- azion_captcha --> .. </html>"
"custom_html": "<html>... <!-- azion_captcha --> .. </html>"
}
}

```

Where:
Expand Down Expand Up @@ -149,6 +147,10 @@ On the Console, you must now configure your domain so your edge firewall protect

Done. Now the **reCAPTCHA** integration is running for every request made to the domain you indicated.

:::warning
[TECHWRITER TODO: (INSERT) (EXPLANATION) ABOUT (UPDATING THE RECAPTCHA SETTINGS TO INCLUDE THE AZION DOMAIN)]
:::

Watch a video about how to install the reCAPTCHA integration through Azion Marketplace on Azion’s YouTube channel:

<iframe width="560" height="315" src="https://www.youtube.com/embed/X-S1qDdVVbg?si=J7dzeymFxJH0P_Zs" loading="lazy" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
Expand Down