Questions Tagged [Recaptcha]
Ask Question for Questions About the reCAPTCHA Service: Designed to Protect Against Spam and Abuse by Blocking Bots While Allowing Valid Users Access. 4,131...
For questions about the reCAPTCHA service: Designed to protect against spam and abuse by blocking bots while allowing valid users access.
Must Read
4,131
questions
0
votes
0
answers
10
views
How to call an ng-recaptcha callback from console Angular recaptcha?
I was trying to solve an Invisible reCAPTCHA of the angular website (Implemented using ng-recaptcha).
It's ng-recaptcha (Invisible reCAPTCHA) and I am able to find the callback function using
...
0
votes
0
answers
16
views
Adding EmailJS reCaptcha verification in React
I'm trying to add EmailJS reCaptcha verification in my code.
I have read the documentation but I can't understand how to apply it and I haven't found any examples.
function Register() {
const [...
-1
votes
0
answers
20
views
Adding file upload feature to Technoyd's "Google reCAPTCHA V2 checkbox HTML and PHP Contact Form Code"
I've recently used Technoyd's excellent "Google reCAPTCHA V2 checkbox HTML and PHP Contact Form Code" to create a contact form for a website I'm currently building.
Having modified the ...
0
votes
0
answers
14
views
Firebase Phone Auth not working in deployment
Phone Auth is working locally but when the app is deployed the phone auth isnt working. When i enter my number and click to receive otp , i run into a error.
POST
0
votes
1
answer
19
views
how do i add a domain in development for recaptcha and dotenv gem with rails using subdomains
For subdomains in development I add to my /etc/hosts file 127.0.0.1 blog.mydomain.lh and then I can access it at but I get an error from recaptcha that the site key ...
0
votes
0
answers
8
views
Can an exposed ReCaptcha Secret Key make protection ineffective?
What if we accidently expose our recaptcha secret key and someone gets hold of that key, can it create any security issue?
Can they bypass recaptcha protection by just using the secret key and site ...
0
votes
1
answer
23
views
Recaptcha v3 return blocked by CORS policy
Im implementing recaptcha v3 for my flutter web project,
Access to XMLHttpRequest at ' from origin ' has been blocked by CORS policy: ...
1
vote
0
answers
18
views
Is it possible to use ReCaptcha v3 in android app?
The question is simple and located in header. All themes about using ReCaptcha in android app that i found are using second version of it.
1
vote
0
answers
37
views
Google recapthca v2 working locally but not on live website
I've implemented google's recapthca v2(checkbox) on my website(ASP.NET MVC) locally and, it works 100%.
When I tried to copy over project files to my live website, the capthca did not work...
It does ...
1
vote
0
answers
28
views
How to take content of google captcha image with PHP
when I use php Curl to search on google, sometimes ask me image captcha. I need to get this image content as file64 format.
The response url:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 ...
0
votes
0
answers
15
views
How do Captcha solving services like 2captcha replicate the recaptcha that a particular user receives
How do Captcha solving services like 2captcha replicate the recaptcha that a particular user receives by getting the site recaptcha key and the URL of the site.
Also can someone help me understand how ...
0
votes
1
answer
28
views
One recaptcha for multiple forms
I have multiple forms on one page and I want to protect using invisible reCaptcha v2.
My question is can I use one <ReCAPTCHA /> to secure all the forms? or should I use one <ReCAPTCHA /> ...
0
votes
0
answers
45
views
firebase app check is not working with web client?
I have followed the official firebase app check installation tutorial:
And I'm only getting errors.
I created and setup ...
0
votes
0
answers
16
views
Allow google bot crawl in firebase with app check enabled
i made an angular web app with a firebase backend.
I want to allow the google user agent to crawl my website so it can get indexed.
The problem is that since i have App Check enabled, all requests ...
0
votes
0
answers
22
views
Not able to click on Google recaptcha checkbox (Python, Selenium)
I have a python code that works for me, unfortunately it does not work on wix.com login page. (to see that page, open wix.com, click Sign In button, and then click Log in link to open the page)
The ...