Closed mikepc closed 9 years ago
I recognize that the latest version of Recaptcha doesn't require challenge, but all of the latest recaptcha node modules require the challenge field. What am I missing?
You're need send post request to url https://www.google.com/recaptcha/api/siteverify
from here https://developers.google.com/recaptcha/docs/verify
In order to validate the captcha server side, I need to pass a challenge, what variable/function will give me the correct challenge data?