Skip to main content

We are currently using a reCAPTCHA v3 Classic key for form submissions in our application. As per Google's recommendation, we are planning to migrate this key to the Google Cloud Platform (GCP).

Before proceeding, we would like to clarify the following questions:

  1. Our current implementation references the script:
    https://www.google.com/recaptcha/api.js
    After migrating the Classic key to GCP, is it mandatory to update this reference to:
    https://www.google.com/recaptcha/enterprise.js?
  2. If we continue using the existing api.js reference after the migration, will the integration remain functional?
  3. Will the existing site key value change after migration? Or will the same key continue to be used?
  4. Will there be any change in the format or structure of the key itself (e.g., length, prefix) after the migration to GCP?

Hi ​@Keerthana K - there is no need to change your implementation prior to migration. The key will remain the same and SiteVerify requests will continue to function as they did before the migration. 

 

If you’d like to use any reCATPCHA Enterprise advanced features, you do need to migrate and can follow the migration documentation.  


Reply