在混合中使用reCaptcha [英] Using reCaptcha in blend

查看:63
本文介绍了在混合中使用reCaptcha的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我希望能够在Silverlight Web应用程序中使用reCaptcha。


我一直无法找到实现此方法的方法,是否有人能够提供帮助? ?

解决方案

您是否收到了Silverlight表格的垃圾邮件机器人?让我感到惊讶。


无论如何,你最好做一个蜜罐而不是验证码,因为验证码往往会扼杀转换率。简短版本是创建一个文本框,将可见性设置为隐藏,并创建一个规则,如果文本框包含任何内容,则在提交时删除表单。


以下是完整说明的链接: http://nedbatchelder.com/text/stopbots.html


I would like to be able to utilze reCaptcha within a Silverlight web application.

I have been unable to find a way to implement this, is anyone able to help??

解决方案

You're getting spam bots with a Silverlight form? Color me surprised.

Anyway, you would be better off doing a honeypot than a captcha, as captcha tends to kill conversion rates. The short version is to make a textbox, set the visibility to hidden, and create a rule to trash the form on submit if the textbox contains anything.

Here's the link to the full explanation: http://nedbatchelder.com/text/stopbots.html


这篇关于在混合中使用reCaptcha的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆