recaptcha still submits form when one word invalid

前端 未结 2 752
挽巷
挽巷 2020-12-20 03:38

Um so I was in for a little bit of a surprise tonight. I spent a good 20 mins trying to figure out why I was able to submit a form knowing that what I entered into the recap

相关标签:
2条回答
  • 2020-12-20 03:45

    the recaptcha site describes why this is. You need to get one of the two words correct; only recaptcha knows which one.

    But if a computer can't read such a CAPTCHA, how does the system know the correct answer to the puzzle? Here's how: Each new word that cannot be read correctly by OCR is given to a user in conjunction with another word for which the answer is already known. The user is then asked to read both words. If they solve the one for which the answer is known, the system assumes their answer is correct for the new one. The system then gives the new image to a number of other people to determine, with higher confidence, whether the original answer was correct.

    0 讨论(0)
  • 2020-12-20 03:54

    With recaptcha, you are only tested on one of the words, while the other is used to help computers in scanning printed material. So you only need to get one right to pass (which one you need is random). :D

    0 讨论(0)
提交回复
热议问题