Need help with reCAPTCHA - keep getting incorrect-captcha-sol

前端 未结 6 662
野的像风
野的像风 2020-12-06 12:25

I am trying to add a reCAPTCHA to my site, but keep getting incorrect-captcha-sol error when I submit the answer.

Can anyone tell me if I am correct in

6条回答
  •  执笔经年
    2020-12-06 12:41

    if you are posting the check twice - eg once from javascript and once via php the second one will fail as the API only allows a solution to return valid once.

    Hope that helps, Josh

提交回复
热议问题