Recaptcha Ver 2.0 works with localhost but not in production
Recaptcha Ver 2.0 works with localhost but not in production
My problem is that when I test in localhost mode, my recaptcha response it's ok I have the response from the server
localhost
recaptcha
{ "success": true, "challenge_ts": "2018-06-30T13:45:33Z", "hostname": "localhost" }
But when I upload the code to the server, I don't have response.
and of course, I have registered my domain in recaptcha site, having my site and secret keys.
recaptcha
Please, somebody can help me?
Thanks a lot
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.