Questions tagged [recaptcha]

For questions about the reCAPTCHA service: Designed to protect against spam and abuse by blocking bots while allowing valid users access.

recaptcha
Filter by
Sorted by
Tagged with
-2 votes
1 answer
13k views

Ajax ONLY and google recaptcha V3

I would like to submit data using Jquery and ajax and do some stuff. Trying Google Recaptcha V3. In the following code, on the line the alert ("token 2 is " + Mytoken); ---> here i get an error ...
Rajan's user avatar
  • 27
-2 votes
1 answer
2k views

How to integrate ReCAPTCHA into Default Login Form/Comment in WORDPRESS

I want to add reCAPTCHA to my wordpress site(Default Login Form and Comment). I search google for this but no affective solution. I'm new in web dev. Appreciate for detailed guide. Thanks so much!
Tsubasa Ozora's user avatar
-2 votes
1 answer
3k views

Implement reCAPTCHA v3 on multiple forms in a page

I have a problem. How to have to implement reCAPTCHA v3 on all the forms in a page? Help please. Thanks!
Mikhail's user avatar
  • 11
-2 votes
1 answer
344 views

How to reset reCaptcha widget

How can i reset reCaptcha widget after pressing the button. my code is : <script src='https://www.google.com/recaptcha/api.js'></script> <div class="g-recaptcha recaptcha" id="...
Vahid Moghadam's user avatar
-2 votes
1 answer
997 views

Get src content in recaptcha iframe , selenium, python

i did driver.get("https://www.google.com/recaptcha/api2/demo") I am trying to get src in recaptcha iframe. Here is the eleme <iframe src="https://www.google.com/recaptcha/api2/anchor?k=6Le-...
Malcom Smith's user avatar
-2 votes
1 answer
67 views

Google ReCaptcha - Customize

I am using Google ReCaptcha in my web site. Is it possible to limit the level of security. Basically what I want to do is, My page should only ask user to select whether "I am not a bot" option. I ...
masterFly's user avatar
  • 1,072
-2 votes
1 answer
181 views

Fatal error on captcha implementation [duplicate]

After following the PHP implementation from the captcha guide, I get the following messages on the page where the captcha should appear: Warning: require_once(/var/www/resources/recaptchalib.php): ...
user3226844's user avatar
-2 votes
1 answer
640 views

reCAPTCHA is not working in my comments system, How to resolve it?

I am developing one comments system for my website. I need more security, so I am using reCAPTCHA. My reCAPTCHA displayed correct captcha images in my comment form but If I not fill reCAPTCHA inputbox ...
Mohamed Azharuddin's user avatar
-2 votes
1 answer
2k views

How to Verify reCAPTCHA

I'm trying to implement reCAPTCHA on a contact form & I'm stuck. The function is showing up on my page (that was easy) but now I'm confused as to how to verify the CAPTCHA. I have a "send-mail.php"...
Willard's user avatar
  • 425
-2 votes
1 answer
58 views

reCaptcha not showing up on the page OpenCMS

I currently work on an older project that uses OpenCMS and I have to add reCaptcha v2 on a contact form. Open CMS is installed on a different VM then the app server and both of them have access to ...
Dinu VA's user avatar
-2 votes
1 answer
106 views

Getting Cross Origin when trying to add g-reCaptcha in angular

I am getting this error. XMLHttpRequest cannot load https://www.google.com/recaptcha/api/siteverify. Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' ...
Narendra Solanki's user avatar
-3 votes
1 answer
1k views

Any examples of handling a recaptcha POST response?

Current version V2 reCaptcha returns a "POST" in CGI:params. Not exactly what the old V2 version did. The up side is that any HTML form contents and the reCaptcha response come in at the same time. ...
Itsabogus's user avatar
-3 votes
2 answers
6k views

Customising Google i'm not a robot recaptcha

Need to customize css for google recaptcha. Also need to know about client side validation. Please help.
Vignesh Iyer's user avatar
-3 votes
1 answer
101 views

How to use recaptcha for my first project in php [closed]

Since, I'm new to php. I just want to ask how to implement ReCaptcha for my first project http://www.textlinkgravity.com Thanks in Advance!
TextLinkGravity.com's user avatar
-3 votes
4 answers
357 views

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 let me know about a captcha that is easy ...
Sensitive music's user avatar
-3 votes
2 answers
2k views

Is it safe to put the reCaptcha private key in html page?

Everyone can see my HTML code and accordingly my reCaptcha private key. Is it a safe thing?
Giovanni 's user avatar
-3 votes
1 answer
3k views

Enable button on callback if recaptcha successful (Google recaptcha v2)

I have a simple page that has a button with a link variable linked to it, I want to add a recaptcha validation to the page, in a way where the button will be only visible if the recaptcha is validated ...
Allae Eddine's user avatar
-3 votes
1 answer
2k views

JavaScript : Find Captcha on a web page

I,am working on Captcha decode/break Firefox extension and I want to find captcha field on a page if it exists. I want to make a generic thing so that when ever a page is loaded, I get the captcha ...
saadsaf's user avatar
  • 1,421
-3 votes
1 answer
2k views

Manual captcha solving library? [closed]

I am working on a simple php scraper , the problem is that some of the websites I need to scrape have a captcha I need to solve, I used some services before, but since this is a small project I'd like ...
Peter's user avatar
  • 55
-3 votes
1 answer
32 views

Google ReCaptcha Never Shows Puzzles [closed]

For our use-case, reCaptcha v3 or Enterprise does not work, please don't downvote without actually reading the question: We have been using Google ReCaptcha v2 for some time with the goal of ...
Ian McLoughlin's user avatar
-3 votes
1 answer
461 views

Need to add recaptcha to Bootstrap Validator contact form [closed]

I have a contact form with bootstrap validador, and now my client wants to add a recaptcha. The site was developed with Bootstrap 3, and the contact form uses Bootstrap validator. The form already ...
Manuel Cárdenas Pérez's user avatar
-3 votes
1 answer
369 views

is wp_nonce_field field use the same protection as google reCaptcha?

i am creating an registration form on wordpress, and i am using wp_nonce_field inside my form, i am wondering if i should include the google reCaptcha or not. <form> <?php if ( ...
WPDeveloper's user avatar
-3 votes
1 answer
124 views

Where to handle reCAPTCHA? In JavaScript or in PHP?

My experience in web development is near to zero, but I found a simple example of a contact form with reCAPTCHA and trying to figure out how to make it work on my WordPress site. There is the live ...
Alexey Starinsky's user avatar
-3 votes
1 answer
704 views

How to install Captcha::reCaptcha module?

I'm trying to use Google's reCaptcha v2 system with a Perl script. I can find information on how to use the modules in places like Captcha::reCAPTCHA and Captcha::reCAPTCHA::V2 but the instructions on ...
Trent Three's user avatar
-3 votes
1 answer
523 views

How to hide PDF file on my website from bots with reCaptcha?

I'm currently trying to share a PDF document on my personal website. When it's not a problem to do it I need to hide it from bots. I tried to use google's Invisible reCAPTCHA but had some issues. Web-...
designuj's user avatar
  • 127
-3 votes
1 answer
2k views

How can I use a python script to bypass google recaptcha?

I am trying to create a bot that performs some actions on a website and I tried using rebreak captcha to achieve this but I am not sure how to do this. I am getting the following error message when ...
demoskp90's user avatar
-3 votes
1 answer
1k views

How to unban my IP for Recaptcha error: "Cannot contact reCAPTCHA. Check your connection and try again."

My home ip is constantly getting the recaptcha error: Cannot contact reCAPTCHA. Check your connection and try again. From my reseach Google bans IPs which is why I'm getting this error. Is there a ...
Patoshi パトシ's user avatar
-4 votes
3 answers
1k views

Getting Around Captchas

I'm trying to (on the user's behalf) access and post to a website that, among other things, has an image captcha. Is there a way with cURL and PHP to get around that? What I was thinking of was ...
EGP's user avatar
  • 387
-4 votes
1 answer
239 views

Recaptcha Solver Audio selection issue

I have this captcha solving script, it always worked perfectly until yesterday: def solve_captcha(driver): WebDriverWait(driver, 10).until(EC.presence_of_element_located((By.TAG_NAME, "iframe&...
Ali Jand's user avatar
-4 votes
2 answers
4k views

reCAPTCHA Example Needed

I want to implement reCAPTCHA 2 on my form in the same way as this demo from Google: Google reCAPTCHA demo but I can't find the source code. As with this demo, I don't want to submit the form and do ...
RossW's user avatar
  • 215
-4 votes
1 answer
669 views

recaptcha not showing on centos server

I use recaptcha for one of my pages. When deployed locally everything is working fine, but when deployed to the CentOS server the image is not rendered. I have the following in my application: $....
ama's user avatar
  • 1,535
-5 votes
1 answer
636 views

Want to Count How many Invalid attempt by user for google reCpatcha

I want to calculate the number of invalid attempt on google reCaptcha by a user in a form. Thanks.
Saurabh Mahajan's user avatar
-5 votes
1 answer
879 views

contact form 7 spam error

Hi Here I using contact form 7 for my inquiry, and here all my mails are going to spam folder. Here I using google captcha for security but still the messages are going to spam folder and also I tried ...
Sherin's user avatar
  • 1
-6 votes
1 answer
168 views

show recaptcha after 5 attemp in php

I want to show recaptcha after user attempts, e.g 3 times in order to prevent attack to my website. It's easy to show a message like die('your attempts are 3') or some thing like this. My question is ...
hilary clinton's user avatar
-6 votes
1 answer
2k views

How Google know I using elite anonymous proxy

My bot use httpwebrequest to post to website that have reCaptcha. If bot request without proxy, Google reCaptcha will MOST return a somehow readable image. If bot request with anonymous proxy, and ...
user2646063's user avatar

1
85 86 87 88
89