Questions tagged [simplecaptcha]

SimpleCaptcha is a Java library for generating CAPTCHA images and audio for the challenge/answer pairs.

SimpleCaptcha is a Java library for generating CAPTCHA images and audio for the challenge/answer pairs. SimpleCaptcha is intended to be easy to implement and use sensible defaults, while providing easily-accessible hooks for customization. Example implementations are provided in Java EE and Grails.

The project home page: http://simplecaptcha.sourceforge.net/

49 questions
0
votes
4 answers

simplecaptcha image only served after reload

I'm using SimpleCaptcha to secure our contact form. It works well, but only after reloading the page. The Servlet is nl.captcha.servlet.StickyCaptchaServlet, so it should not change the image after reloads. But when first opening the page the image…
Dominik Schreiber
  • 2,629
  • 1
  • 23
  • 33
0
votes
1 answer

SimpleCaptcha NoSuchMethodError

When I use SimpleCaptcha, I receive this error: Exception in thread "main" java.lang.NoSuchMethodError: disposeLater at java.awt.Component.initIDs(Native Method) at java.awt.Component.(Component.java:579) at…
sarowlwp
  • 105
  • 1
  • 11
-1
votes
2 answers

Solve Captcha Using Selenium Python

This is the website(https://appext20.dos.ny.gov/corp_public/CORPSEARCH.ENTITY_SEARCH_ENTRY). I just want to solve the captcha that appear in that website? Anybody have any idea. Thanks in Advance
-1
votes
1 answer

save_with_captcha is nil in controller

I have home controller and trying to update the field of a table of different controller. Home controller class HomeController < ApplicationController before_action :user_params, only: [:index] def index @email =…
user3290805
  • 445
  • 2
  • 10
  • 28
1 2 3
4