哪些验证码解决方案可以与 App Engine 一起使用?
是否有一个简单的验证码解决方案可以轻松地与使用 Google App Engine 部署的表单集成?我正在使用Python。
Is there a simple captcha solution which can be easily integrated with a form deployed using Google App Engine? I am using Python.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
验证码。它确实可以与 Python 一起使用。
http://www.google.com/recaptcha
http://code.google.com/apis/recaptcha/docs/otherplatforms.html
http://pypi.python.org/pypi/recaptcha-client
Recaptcha. It does work with Python.
http://www.google.com/recaptcha
http://code.google.com/apis/recaptcha/docs/otherplatforms.html
http://pypi.python.org/pypi/recaptcha-client
我没有测试,但我想这可以工作: http://daily.profeth.de/2008/04/using-recaptcha-with-google-app-engine.html,他使用 reCaptcha
I didn't test, but I guess this can work: http://daily.profeth.de/2008/04/using-recaptcha-with-google-app-engine.html, he use reCaptcha