jQuery 验证码 +金字塔?
我正在寻找一个使用 jQuery 和 Pyramid 作为服务器端(本质上没有 PHP)实现验证码的示例。
这可能吗?谢谢!
I'm looking for an example of implementing CAPTCHA with jQuery and Pyramid as the server side (without PHP essentially).
Is this possible? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个用于 recaptcha 的 Python 客户端:
请参阅另一篇文章中的此答案。
如果您想使用 jquery 提交它,则不必将小部件放入常规表单中,只需从生成的元素中读取值即可。
There is a Python client for recaptcha:
See this answer on another post.
Than instead of putting the widget in a regular form, if you want to submit it using jquery, just read the values from the generated elements.