Can I read Captcha data from JavaScript in a secure way ?

Posted by Space Cracker on Stack Overflow See other posts from Stack Overflow or by Space Cracker
Published on 2010-06-06T06:58:15Z Indexed on 2010/06/06 7:02 UTC
Read the original article Hit count: 203

Filed under:
|
|
|

We use Captcha control in a registration form that we make full client validation for all fields in JavaScript ( JQuery ) beside server validation ..
I tried a lot of ways but all will write the Captcha value in JavaScript that can be accessed by anyone :(
I search if is there any way that allow me validate Captcha value in client side using JQuery in secure way or it can't be done ?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about JavaScript