cantsay
cantsay

Reputation: 2046

Can I use ReCaptcha in a public script? (in regards to API keys)

I'm writing a PHP script, and want to include ReCaptcha

However, is it safe to use my private/public API keys in the script? I mean I could enable it for all domains, or would users just have to register with Google and get a key?

Thanks

Upvotes: 0

Views: 75

Answers (1)

Darson
Darson

Reputation: 26

It's safe. Yoy have to register and write your domain or you can create global key for all domains but it will work with your private key.

Upvotes: 1

Related Questions