Captcha uses offline resources

拥有回忆 提交于 2019-12-11 22:01:03

问题


I want to create a CAPTCHA verification of my application, my application is developed using GWT, which not use online resources.

I've tried with reCaptcha, but recaptcha have to access the api hosted in the google.com. Is there any ways to make it working in my local network which totally can not access any resource of the internet? thanks


回答1:


You can use a local library like SimpleCaptcha.

Here an article that explain how to use it with GWT: http://www.javacodegeeks.com/2010/06/add-captcha-gwt-application.html



来源:https://stackoverflow.com/questions/20396355/captcha-uses-offline-resources

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!