recaptcha-worker icon indicating copy to clipboard operation
recaptcha-worker copied to clipboard

reCAPTCHA doesn't seem to support JSON

Open drkblog opened this issue 3 years ago • 0 comments

I was trying to use this code in my worker and I was getting missing-input-secret even though the request was sending all the information. Ended up finding this post: https://stackoverflow.com/questions/52416002/recaptcha-error-codes-missing-input-response-missing-input-secret-when-v

Changing to url-encode fixed the issue.

https://github.com/HR/recaptcha-worker/blob/01d3c501a528302e912217b88095c726c08da431/index.js#L52

drkblog avatar Sep 21 '21 03:09 drkblog