Skip to content
Advertisement

Tag: recaptcha-v3

Am I supposed to check user score in reCAPTCHA v3?

I am using Google reCAPTCHA V3 in the registration page of my application. When a user sends the POST request to register, it sends the reCAPTCHA token to be checked server side. I use this server side function to check: However, upon reviewing my code I think I am only checking the siteverify API success response being true or false.

How to solve Google v3 reCaptcha timeout?

We have a PHP form that is several tabs and times-out on the reCaptcha. Everything is done in one page and it works perfectly fine IF the form is completed in <3 minutes. The idea of a solution is to move the form processing and reCaptcha to a secondary page for processing. The problem is that the form page polls

Advertisement