I usually skip reCAPTCHA validation on test servers and enable it on
production. If you're concerned about production settings, you can
create a test page that does nothing but validate the reCAPTCHA on the
production server. That way, you can be sure that reCAPTCHA works
before deploying your real application.
Or, use the AJAX API.
> --
> You received this message because you are subscribed to the Google Groups "reCAPTCHA" group.
> To post to this group, send email to reca...@googlegroups.com.
> To unsubscribe from this group, send email to recaptcha+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/recaptcha?hl=en.
>
>
--
Adrian Godong
adrian...@gmail.com
If you just need to display reCAPTCHA, then there shouldn't be any
problem using any public key. This is done client-side and reCAPTCHA
doesn't validate referrer then displaying a challenge.
I'm quite sure you can't validate if referrer domain and the keys
doesn't match, so just skip it on your test server.