recaptcha
Get re-Captha image and submit form
Is it possible to get recaptcha images from a non-web application? For example, I\'d like to show an image (for exam开发者_如何转开发ple in jdownload), and submit text and see result in python or jav[详细]
2023-03-01 14:27 分类:问答Ambethia recaptcha does not work
I am Using Ambethia recaptcha for a voting system.I have followed all the stan开发者_StackOverflowdard guidelines.But, recaptcha is not validated.I ran console in Firebug and i got this in the respons[详细]
2023-03-01 00:11 分类:问答Error message in google recaptcha
I am using Google recaptcha for on开发者_JAVA百科e of our projects. Is there any method to show the error messages after validating the reCaptcha.[详细]
2023-02-28 23:11 分类:问答reCAPTCHA authenticates as valid even for two incorrect words
Just to give a background for my question, I am using Vanilla Forums for a website I run. Vanilla Forums comes with baked-in support for using reCAPTCHA to authenticate new registrations on the websit[详细]
2023-02-28 18:27 分类:问答Recaptcha - Script tag injection failing sporadically
I have a form which uses reCAPTCHA. For some reason, when a user submits this form with an incorrect recapture value, when the page is re-rendered, the recapture fails to render.[详细]
2023-02-27 16:54 分类:问答install reCaptcha and white page
I\'ve downloaded librecaptcha.php and made test.php: <?php require_once(\'recaptchalib.php\'); $publickey = \"MY_KEY\"; // you got this from the signup page[详细]
2023-02-26 04:41 分类:问答reCATPCHA redirect isHuman=false
Hi I added reCAPTCHA to a page so far that it can verify a client. Now I want a more graceful failure when isHuman = Falsewith a redirect to the form page in such case with a message on the form page[详细]
2023-02-25 17:47 分类:问答Using ReCaptcha with MVC3 and razor?
How exactly do you get ReCaptcha work in MVC3 with razor?I tried \"Install-Package microsoft-web-helpers\" but still could not get it to work on my .cshtml razor page, it cannot find the type ReCaptch[详细]
2023-02-24 13:10 分类:问答How to enable reCAPTCHA
I try enable reCAPTCHA with the tag {{capture}} The expected output is the reCAPTCHA box. Instead I see this code displayed directly like code on the page looking like a bug:[详细]
2023-02-24 09:26 分类:问答How to integrate the Jquery Validate Plugin with recaptcha?
Its kind of a boring, when you validate the entire form using Jquery Validate plugin in a quick way, but when it is about the recaptcha, you have to check it on the s开发者_如何转开发erver.[详细]
2023-02-23 06:02 分类:问答