recaptcha-worker
recaptcha-worker copied to clipboard
reCAPTCHA doesn't seem to support JSON
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