Top "Recaptcha" questions

For questions about the reCAPTCHA service: Designed to protect against spam and abuse by blocking bots while allowing valid users access.

Google REcaptcha not showing

I have the following in my <body> <div class="g-recaptcha" data-sitekey="some-key (original is right)"> and …

javascript recaptcha
using reCAPTCHA with ajax....javascript loading problem

I trying to implement reCAPTCHA in one of my forms,...but i am using ajax as the submission. (More specifically …

javascript ajax prototypejs recaptcha
Struggling with recaptcha v2 and form submission

https://developers.google.com/recaptcha/docs/verify if(isset($_POST['submit'])){ $recaptchaResponse = $_POST['g-recaptcha-response']; $secretKey = 'MYKEY'; $request = file_get_contents("…

php json forms recaptcha
Require User to click google's new recaptcha before form submission

I am using google's new recaptcha inside my form (HTML5): https://www.google.com/recaptcha Is there a way to …

javascript php forms recaptcha
How to use recaptcha v2 on localhost?

Using the Google recaptcha version 2 for my wordpress, I added the "localhost" domain (I tried "127.0.0.1" as well) on my google …

localhost recaptcha
Explicitly Rendering ReCaptcha - Onload Function Not Firing

From the documentation I understood that in order to change the language of the recaptcha I have to render it …

javascript html recaptcha
ReCaptcha v2 client side events

Does ReCaptcha v2 expose any client side events? I am looking specifically to identify when the Captcha response has been …

javascript recaptcha
How does recaptcha 3 know I'm using selenium/chromedriver?

I'm curious how Recaptcha v3 works. Specifically the browser fingerprinting. When I launch a instance of chrome through selenium/chromedriver …

selenium web-scraping selenium-chromedriver recaptcha recaptcha-v3
Google reCAPTCHA V3.0 not working. "ERROR for site owner: Invalid key type"

I can't get the Google reCAPTCHA to work on my Squarespace form. Site Key and Secret Key are both entered …

javascript dns recaptcha squarespace
How can I load a reCaptcha form using jQuery/AJAX while leaving the reCaptcha scripts in place?

I load my contact form into my page with JQuery/AJAX. The contact form contains the reCaptcha scripts. Unfortunately, JQuery …

jquery ajax cakephp recaptcha