Skip to main content

Yesterday we migrated to reCAPTCHA Enterprise according to this document https://cloud.google.com/recaptcha-enterprise/docs/migrate-recaptcha
We do see the key under the Enterprise section, but when we try using it with grecaptcha.enterprise.execute method, it doesn't return us with the token. We're unsure of the reason, as we did everything according to the documentation. When we use this method with another two testing keys (also under the Enterprise section), it works as expected but doesn't with the key after the migration.

Has anyone encountered such a problem?

Hello @DmytroKudrenko,


Welcome to Google Cloud Community!


This document might be useful for you in Instrumenting the web pages. 






  1. If you programmatically invoke the API, then replace the following calls:



    • grecaptcha.execute() -> grecaptcha.enterprise.execute()

    • grecaptcha.getResponse() -> grecaptcha.enterprise.getResponse()

    • grecaptcha.ready() -> grecaptcha.enterprise.ready()

    • grecaptcha.render() -> grecaptcha.enterprise.render()

    • grecaptcha.reset() -> grecaptcha.enterprise.reset()






 


Reply