Questions tagged [grecaptcha]
69 questions
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
1 answer
Is there anyway to work around the ResourceAccessException when working with Google reCAPTCHA in local environment?
I'm trying to verify a Google reCAPTCHA response in my local environment Java(SpringBoot) code. I keep getting this exception no matter what method I try to use to make a REST call. But I'm able to get a response from Google when I hit the same API…

benitta.ruphus
- 106
- 1
- 6
1
vote
1 answer
Recaptcha V2 is not working, more and more bots keep spamming the entry
I do not know whats wrong with my code, I am using code igniter framework and I have implemented recaptcha like so:
In the view:
In the submitted form response…

Kwikfox
- 21
- 1
- 3
1
vote
0 answers
How can I override css of 3rd party(recaptcha) in scope css?
I want to hide badge of google recaptcha. If I inspect element, it looks like this :
I try like this :
But it does not works
If I try like this :