Generate reCAPTCHA public / private keys for testing purposes only

Is there a way to generate keys for development (I want to play with reCAPTCHA in my small local project)? I tried to do this on the reCAPTCHA website, but when I entered “localhost” in the domain field and clicked the “create” button, it always got 404 error.

+4
source share
2 answers

even the system name works ... to get public and private keys

+1
source

Try adding your domain to the http field and check the box "Enable this key for all domains." Then recaptcha will work on your localhost.

0
source

All Articles