Questions tagged [grecaptcha]

48 questions
7
votes
0 answers

recaptcha v3 front end .execute() returning strange result with )]}' ["rresp","..."]

This is virtually identical to recaptcha v3 frontend returning strange, emptyish (invalid?) result with )]}' On the recaptcha settings page - https://www.google.com/recaptcha/admin/site/.../settings I have chosen recaptcha v3 set up domains,…
user10987633
5
votes
2 answers

How can I call a function after grecaptcha.execute() has finished executing - triggered by an event?

Currently grecaptcha.execute is being executed on page load as in the first JS example below. If reCAPTCHA challenge is triggered this happens when the page has loaded. Ideally this would happen when the form submit button is clicked instead. So…
DumbDevGirl42069
  • 709
  • 1
  • 10
  • 32
3
votes
0 answers

Recaptcha V3 : ERROR for site owner: Invalid key type

We have been using recaptcha V3 for ours sites since last 6 months. But since last week we are facing ERROR for site owner: Invalid key type. I double checked and confirmed that the keytype is V3 in google recaptcha console.I created new V3 keys and…
gijo
  • 31
  • 2
2
votes
0 answers

Google recaptcha V2 Error: We detected that your site isn't verifying reCAPTCHA solutions. This is required for the proper use of reCAPTCHA on your

I need to your help to solve my problem. I'm using Google recaptcha V2 from last 4-5 years and it was working fine but all of sudden its showing following error:- We detected that your site isn't verifying reCAPTCHA solutions. This is required for…
2
votes
3 answers

Invisible reCaptcha iframe not showing, form stuck

I am loading two scripts on my websites: Where my_site.js looks like this: ... many other functions, not nested function…
Itay
  • 16,048
  • 2
  • 46
  • 67
2
votes
1 answer

How to position Recaptcha V2 challenge popup in the center of the viewport?

My Recaptcha challenge popup overflows the viewport on mobile and I'm also unable to scroll the page. I need to always show challenge popup in the center of the viewport (horizontally and vertically). I've looked at Recaptcha API and didn't found…
Daniel
  • 551
  • 1
  • 5
  • 17
2
votes
0 answers

Google Recaptcha - How do I change the default required validation message?

The default message if I am not a robot is g-recaptcha-response is required I want to change it to something else like Recaptcha is required I tried the following but didn't work function onClickSearch(e) { e.preventDefault(); var v =…
Joel HJ
  • 181
  • 1
  • 5
2
votes
2 answers

how do you return a string value to null after either 100 seconds or after it has been called once?

What would the best way of going about creating a consumer-producer type relationship for harvesting and using Recaptcha v2 tokens for web scraping, I have a basic chrome extension in which to harvest these tokens which are then submitted to my java…
user12252748
2
votes
0 answers

Recaptcha V3 Always returning 0.9 score, when running through python script

I have implemented recaptcha v3 on form submit, which works fine on normal scenario as I'm getting 0.9 score. But when I try to run it from a python script using selenium, it still gives me 0.9 score, which is incorrect. I tried recaptcha v2, for…
2
votes
0 answers

recaptcha v3 needs execution only or also verification for efficiency?

we recommend including reCAPTCHA verification on forms or actions as well as in the background of pages for analytics. Note: You can execute reCAPTCHA as many times as you'd like with different actions on the same page. …
imran
  • 237
  • 1
  • 9
2
votes
0 answers

jQuery form won't submit with reCAPTCHA 2

I'm using HAML, Semantic UI and jQuery to generate my static site, and have a set of forms on a page which use reCAPTCHA v2. My web implementer ran out of time on the project so I've picked up the slack, but only know a little…
volvox
  • 2,852
  • 13
  • 47
  • 76
1
vote
0 answers

"Range Error: Maximum call stack size limit exceeded" on using greptcha.reset() method

I am using google recaptcha V2, for captcha verification. Recently, I am facing issue while resetting the captcha using grecaptcha.reset() method. Refer error screenshot below: Have checked the same scenario in the google recaptcha demo website and…
DonRaHulk
  • 425
  • 1
  • 6
  • 16
1
vote
0 answers

How can I solve error timeout in google recaptcha?

The recapcha badge looks a little dark like this : The error in the console like this : This error happened just today. I do not know why. This is weird. Is there a problem with the google recapcha server?
Success Man
  • 5,513
  • 23
  • 109
  • 205
1
vote
0 answers

Is it possible to verify recaptcha from react with no backend?

Does anyone know, is it possible to verify Recaptcha straight from the front-end. I'm building the app in react and to send mail I'm using emailjs so that I don't have to build any backend whatsoever, and so I have to add a Recaptcha to check if the…
Redzik
  • 13
  • 4
1
vote
0 answers

Will delaying loading Google reCAPTCHA JS until form submission result in more challenges?

I'm implementing Invisible reCAPTCHA on my website, and to reduce the number of third party JS files on page load I'd like to download the https://www.google.com/recaptcha/api.js file only once the user submits a form. Once it loads I would then use…
yts
  • 1,755
  • 12
  • 22
1
2 3 4