Вопрос

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

Это было полезно?

Решение

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top