Pure JavaScript/jQuery/HTML captcha

后端 未结 8 1594
离开以前
离开以前 2021-01-14 04:54

can somebody sent me a link, or to provide me an example with pure Javascript/jQuery captcha. Because I can see a lots of examples with PHP/C# ... back end. But I need just

8条回答
  •  轮回少年
    2021-01-14 05:08

    I'm working on an alternative captcha right now. If you'll use only client-side part of it, you'll have what you want assuming you want something just to show in the browser. It's not exactly pure javascript, since it still uses api to get a picture, and looks cool enough :D

    http://photocaptcha.cu.cc

    It would involve including one script on your side, but it doesn't make much much sense if you don't validate the answers ;)

提交回复
热议问题