Top "Recaptcha" questions

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

Force Google Recaptcha Challenge

Is it possible to set some flag in my browser so that I always get the RECAPTHCA image challenges? Sometimes …

recaptcha
Invisible google Recaptcha and ajax form

I have an ajax form: <form id="my_form"> <input type="text" id="field1" /> <input …

javascript html ajax forms recaptcha
ReCaptcha not working properly on iPhone

I have a website with a simple contact form. The validation is somewhat minimal because it doesn't go into a …

php iphone recaptcha
Prevent reCaptcha multiple image selections

I'm using Google reCaptcha for validation purposes on a client website. Today I've got a complaint/change-request from them, regarding …

recaptcha
How to run reCaptcha ONLY if HTML5 validation has passed?

Usually, HTML5 form validation runs before the submit event. With this <form id="myForm"> <input type="text" …

javascript html validation recaptcha
"Not a robot" recaptcha without a <form> but AJAX instead

The traditional way of using "I am not a robot" Recpatcha seems to be with a <form> on …

javascript ajax captcha recaptcha forms
implementing Invisible Google reCaptcha for asp.net application ?

This is my ASP.NET form. I want to add invisible recaptcha to it with server side validation. Can someone …

c# asp.net .net recaptcha invisible-recaptcha
Invisible reCAPTCHA sending empty g-recaptcha-response with multiple forms

I am trying to use Google Invisible reCAPTCHA, but it is sending empty the g-recaptcha-response POST parameter when i have …

javascript jquery forms recaptcha invisible-recaptcha
How to bypass Incapsula with Python

I use Scrapy and I try to scrape this site that uses Incapsula <meta name="robots" content="noindex,nofollow"&…

python scrapy recaptcha incapsula
Correct way to integrate reCAPTCHA with Angular 4

I'm trying to integrate an Invisible reCAPTCHA with my Angular 4 form. In the TS part of the component I have …

angular recaptcha angular4-forms angular-forms invisible-recaptcha