recaptcha
reCaptcha Issues with Ajax
I\'m implementing reCaptcha, and I\'m using an Ajax call to a PHP page of mine to check the validity of the captcha, without a page refresh.[详细]
2023-02-22 15:32 分类:问答Is reCAPTCHA's data used to improve any OCR software?
reCAPTCHA is used in lots of places and no doubt has a massive amount of data of \'bad l开发者_如何转开发ooking image\' to \'word\'. This sort of data could be used to make really good OCR software. S[详细]
2023-02-21 09:12 分类:问答Implementing reCaptcha with jQuery
I\'m trying to use reCaptcha in a dynamic form of mine. At the simplest开发者_JAVA百科 level, I want the form to not go through if the reCaptcha is invalid. Here\'s the part of the code that will post[详细]
2023-02-20 18:58 分类:问答ReCaptcha doesn't show up on Facebox
<?php session_start(); require_once(\'recaptcha/recaptchalib.php\'); $publickey = \"API_KEY\"; // you got this from the signup page[详细]
2023-02-19 12:33 分类:问答using captcha with javascript focus change
I have a form that is a validation field, there is a rand() server variable that displays on the page, the user has to type that code in to complete a successful validation. When the user changes focu[详细]
2023-02-17 05:43 分类:问答How can you trust an AJAX recaptcha request?
The recaptcha API allows pure JavaScript captcha creating and verifying. But, how can a site trust that the user actually solved the captcha this way? How do they know they didn\'t just alter the java[详细]
2023-02-16 01:27 分类:问答rspec and recaptcha
I\'m building tests for a user sign-up page.I\'m about to add Recaptcha to the page, and I don\'t know how to 开发者_运维百科account for it in rspec.Specifically, I want my integration test to verify[详细]
2023-02-15 08:42 分类:问答sun.net.inetaddr.ttl property causes AccessControlException
We\'re using ReCaptchas in a Tomcat hosted web app. Recently we had a few connectivity issues to the ReCaptcha calidation servers and one thing that we looked into was to put a timeout on the DNS entr[详细]
2023-02-15 08:29 分类:问答sfFormExtraPlugin reCaptcha to validate form during functional test?
Hi i am l开发者_Python百科ooking for an idea to skip my captcha comming from sfFormExtraPlugin when I am processing my functional test in symfony?[详细]
2023-02-14 15:02 分类:问答Is email address validation really needed to validate new users?
I\'ve been looking at reddit.com and they don\'t require new users to enter an em开发者_运维百科ail address.Instead, they only require users to enter a captcha.[详细]
2023-02-14 04:07 分类:问答