Category "recaptcha"

Implement v3 Recaptcha without recaptcha/api.js causing 'Reduce unused JavaScript' or ' Reduce the impact of third-party code'opportunities

I am able to get recaptcha to load on a website, with the async and defer tag on it. However, when I check Pagespeed Insights against it, I see two issues: Redu

Recaptcha solver automation

I'm building a bot that purchases restocked items on ecommerce sites and I'm getting stuck at the recaptcha solver part. I have my bot connected to "Anti-Captch

How many HTTPS certificates have the google reCaptcha endpoint? And where can I download them?

We have a Java web application that implements reCaptcha validation against URL https://www.google.com/recaptcha/api/siteverify in a microservice in Docker. Thi

Recaptcha secret key, where is it in my Google Cloud Recaptcha account?

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 ca

Recaptcha secret key, where is it in my Google Cloud Recaptcha account?

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 ca

Recaptcha secret key, where is it in my Google Cloud Recaptcha account?

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 ca

Nestjs and Google Recaptcha

I am trying to implement a server-side validation for reCaptcha using Nestjs and I want to if I should implement this as a module or as a service for modules(su

How to use google recaptcha in nuxt?

I am using nuxt and would like to use this library: https://github.com/nuxt-community/recaptcha-module. But I don't understand how to verify that the user has p

I am getting this error "TypeError: this.reCaptchaApi.render is not a function" when I try to access elements of reactive form for unit testing

I am trying to write unit test cases for registration component in my project, but when I try to access a input ele by ID to test it's placeholder which is in t

jquery submit() function does not work with invisible reCAPTCHA

I tried to use jquery function submit() to alert something when the form submitted but nothing happened. However if I removed the google invisible reCAPTCHA cod

Force Google Recaptcha Challenge

Is it possible to set some flag in my browser so that I always get the RECAPTHCA image challenges? Sometimes when you click on the "I am not a robot" button, it

Adding reCAPTCHA v2 into my PHP file

The PHP problem has been solved. Here are the HTML and PHP codes that I'm using: contact_form.html: <html> <head> <title>My Contact Form

Which Captcha or related is easy to is install on form?

I am a newbie to programming and I already struggled a lot for a week to have a fully functional form that validates, stores data, and then redirects. Please le

Recaptcha translation

Does anyone know how to change text language from Recaptcha? I've already tried: <script type="text/javascript"> var RecaptchaOptions = { lang : 'fr'

How to dynamically update google recaptcha sitekey?

I have a plain js + jQuery app with a button protected by google recaptcha, everything works as expected, but I'm failing to update the sitekey on the fly. The

How to dynamically update google recaptcha sitekey?

I have a plain js + jQuery app with a button protected by google recaptcha, everything works as expected, but I'm failing to update the sitekey on the fly. The