Re: login captcha issue

2021-08-01 Thread Martin Grigorov
Have you tried calling `captchaImageResource.invalidate();` in your onSubmit() method ? On Sun, Aug 1, 2021 at 4:24 PM vahid ghasemi wrote: > I used this method but after that my captcha image is not rendered and cant > see that. > > On Sun, Aug 1, 2021 at 11:11 AM Maxim Solodovnik > wrote: >

Re: login captcha issue

2021-08-01 Thread vahid ghasemi
I used this method but after that my captcha image is not rendered and cant see that. On Sun, Aug 1, 2021 at 11:11 AM Maxim Solodovnik wrote: > You can set-up NoVersionMapper > https://stackoverflow.com/questions/8602489/delete-version-number-in-url > > > > from mobile (sorry for typos ;) > > >

Re: login captcha issue

2021-08-01 Thread Maxim Solodovnik
You can set-up NoVersionMapper https://stackoverflow.com/questions/8602489/delete-version-number-in-url from mobile (sorry for typos ;) On Sat, Jul 31, 2021, 22:39 vahid ghasemi wrote: > Hello > I have a login form with a captcha. > I tested my form with Burp suite (penetration test tool).