4,382 questions
1
vote
1
answer
12k
views
SSL operation failed with code 1. OpenSSL Error messages:
I am using http://www.question2answer.org/ software and standard plugin there for captcha. I tried to update software and after the upgrade I keep getting this error. I have no idea how to fix this. I ...
0
votes
1
answer
183
views
postMessageId error with reCaptcha on localhost
Currently I'm making single page application with jQuery only and I'm using reCaptcha 2.0 just as example to cover screen design. Apparently when I put recaptcha script in head (or after footer), and ...
1
vote
0
answers
97
views
what are the keys created by firebase used for: "Key for Identity Platform reCAPTCHA integration"
Firebase automatically creates keys in google cloud recaptcha, when identity platform is picked for auth. Those keys are named: "Key for Identity Platform reCAPTCHA integration" and can be ...
0
votes
3
answers
5k
views
how to implement recaptcha in react native app?
I have used "npm install react-native-recaptcha-v3" for recaptcha integration. But it gives a warning Failed prop type: The prop 'url' is marked as required in 'ReCaptcha', but its value is 'undefined'...
12
votes
3
answers
15k
views
reCAPTCHA 2.0 not appearing in Safari (works in Edge, Chrome, and Firefox)
I just integrated the Google reCAPTCHA 2.0 into my site. It works as expected in Chrome, Firefox, and Edge, but it doesn't work / appear in Safari on my MacBook Pro.
MacBook Pro: macOS Sierra ...
Advice
0
votes
1
replies
96
views
Google Cloud Classic Keys validity
We are confused with the status of the Google’s ReCAPTCHA keys.
Our Google captcha keys have now been migrated successfully to Google Cloud as Classic Keys. No issues with that.
My question would now ...
0
votes
1
answer
200
views
Google recaptcha dont work in second time
I have login Form , and Added Google reCAPTCHA in it,
first time you want to sign in ,it works correctly , but not for second time,
for example when login fails , it does not work to relogin , I mean ...
-4
votes
0
answers
70
views
How to handle reCAPTCHA/hCaptcha challenges in Chrome automation for testing purposes? [duplicate]
I’m developing an automated testing framework that uses Selenium (including headless Chrome) to test web applications. During test runs, I frequently encounter CAPTCHA challenges — mainly reCAPTCHA v2 ...
5
votes
0
answers
230
views
Initial task failed for action RecaptchaAction(action=signInWithPassword)with exception
I have a problem with my SignInWithPassword, the email and password are correct but the "auth credential" is invalid.
How I can solve this? I would to know if it's neccessary, for example, ...
28
votes
1
answer
7k
views
Will Google reCaptcha work once Chrome blocks usage of third party cookies? [closed]
The both versions(V2,V3) of google recaptcha sets third party cookies . As you might know Chrome will block the usage of third party cookies in 2024. Will recaptcha work then or implementation on user ...
-1
votes
1
answer
462
views
Recaptcha "ERROR for site owner: Invalid key type"
I have a problem is a rails app using the recaptcha gem which uses devise for authentication.
What I did
I am trying to put Google recaptcha on the "password forgotten" screen users/password/...
24
votes
7
answers
44k
views
Where can I find the secret key in my Google Cloud account? [closed]
I am attempting to setup a google recaptcha on my site and the plugin I am using is asking for the site key AND a secret key. No idea what a secret key is, I cannot find it in my settings anywhere in ...
66
votes
4
answers
297k
views
How can I bypass the Google CAPTCHA with Selenium and Python?
How can I bypass the Google CAPTCHA using Selenium and Python?
When I try to scrape something, Google give me a CAPTCHA. Can I bypass the Google CAPTCHA with Selenium Python?
As an example, it's ...
12
votes
2
answers
12k
views
ReCAPTCHA is generating Content Security Policy warnings
I implemented reCAPTCHA v3 on my website, all is working fine, I'm getting a score back and everything on the server-side.
However, I'm getting tons of Content Security Policy warnings in the console ...
43
votes
6
answers
104k
views
How to Verify Google Recaptcha V3 Response?
How to integrate Google reCAPTCHA Version 3 in Client Side and Server Side(php). following code use to display recaptcha but its not working good. How to do this integration.
<html>
<...