views:

68

answers:

1

I'm developing a website using PHP and I want to make a human verification in one of the sessions. For the development, I'm initially running the system locally and when it is ready, I'm gonna make put it on in a certain domain.

In the reCAPTCHA website it is said that the plugin will only work at the given domain (and subdomains).

My question is: Is there any way to use the reCAPTCHA plugin on a localhost?

A: 

You can create a global key or a key for the "localhost" domain and use it in your development code.

Just remember to enable the production domain key when you publish the app to a web server.

David L.-Pratte