Questions tagged [recaptcha-enterprise]

Questions related to problems explicit to the latest reCAPTCHA version: "reCAPTCHA Enterprise", which is a GCP product. If you use a different version of reCAPTCHA, use a different tag.

There are multiple reCAPTCHA versions, as seen in this official documentation.

This tag is used exclusively for the latest version: "reCAPTCHA Enterprise"

ReCAPTCHA Enterprise is a Google Cloud Platform product, while the previous versions are not.

For non-GCP reCAPTCHA questions, use the generic tag.

If the question is explicit for the previous version, you can use the specific tag: . Docs here.

83 questions
12
votes
3 answers

Recaptcha BROWSER_ERROR

Some days ago we have upgraded to Recaptcha Enterprise. It seems that the only support channel is here on stackoverflow What mean BROWSER_ERROR in invalidReason? in the official doc it's not specified { "name":…
Saverio Mazzeo
  • 121
  • 1
  • 3
11
votes
0 answers

【reCAPTHA v3】I get an error that does not exist in Error code reference. (browser-error)

https://developers.google.com/recaptcha/docs/verify#error_code_reference I used reCAPTCHA v3 and got an error code not listed in the official documentation. { success : false, error-codes : [ "browser-error" ] } It's happening only in safari…
book forest
  • 111
  • 3
6
votes
1 answer

How do the keys work with reCAPTCHA v3 Enterprise?

I'm trying to include reCAPTCHA in a React application I'm developing, with Next.js for the server side functionality. I think I'm fundamentally confused by reCAPTCHA Enterprise. The former "free" way to register a domain with reCAPTCHA was such…
4
votes
0 answers

Issue with Recaptcha SDK Initialization on Android

We have integrated reCaptcha enterprise in our android app. Gradle dependency we are using is 'com.google.android.recaptcha:recaptcha:18.0.1'. There are reports from our users that they are not able to login into the app. We checked this and found…
ichthyocentaurs
  • 2,173
  • 21
  • 35
3
votes
2 answers

Google Recaptcha Giving INTERNAL_ERROR on Android & IOS

I'm using Google recaptcha api to implement captcha on login action in my app. But every time I try to initialise the recaptcha api to get the recaptcha tasks client then It's giving either INTERNAL_ERROR or Timed out waiting for 10000 ms I'm…
3
votes
1 answer

Recaptcha Enterprise API error when creating assessment

I am trying to implement Recaptcha Enterprise, I get the userToken and am attempting to create an assessment but when sending the information get the following response: { "error": { "code": 400, "message": "Invalid JSON payload received. Unknown…
3
votes
1 answer

Google reCAPTCHA error: The provided cloud project number does not own the given recaptcha key

I'm trying to use google ReCaptcha enterprise in my rails project, but I'm getting this error: {"error"=>{"code"=>403, "message"=>"The provided cloud project number does not own the given recaptcha key", "status"=>"PERMISSION_DENIED"}} What I…
2
votes
1 answer

How can I implement reCAPTCHA in a deployable multi-domain solution? (Not a set list)

I'm reaching out because the Google Pay API team sent me your way. My current task involves setting up reCAPTCHA to prevent card testing attacks for merchants. I'm not sure if this is actually a recaptcha-enterprise related question, or if I was…
Parog
  • 21
  • 3
2
votes
0 answers

Google Recaptcha V3 returning low score for legitimate users

I have integrated google recaptcha v3 with login page. Based on the score returned by recaptcha v3 I am blocking the users from login. It works fine for most of the users but there are a set of users they are continuously getting a very low score. I…
2
votes
0 answers

reCAPTCHA Enterprise - Key Type Invalid

I am attempting to set up reCAPTCHA Enterprise on my Android app. I currently have the legacy reCAPTCHA system via the SafetyNet API, but Google is retiring that and so I need to transition over to the Play Integrity API with reCAPTCHA Enterprise. I…
Stonz2
  • 6,306
  • 4
  • 44
  • 64
2
votes
1 answer

Android reCAPTCHA Enterprise not showing any CAPTCHA?

I have been using the SafetyNet reCAPTCHA for quite some time. Worked perfectly but since SafetyNet is deprecated, I decided to migrate my integration to a reCAPTCHA Enterprise. SafetyNet reCAPTCHA was pretty straightforward: val recaptcha =…
Ravers
  • 988
  • 2
  • 14
  • 45
2
votes
1 answer

My reCAPTCHA Enterprise site key says "Key Status: Incomplete" then offers no information on how to complete it

I created a new site key with Google reCAPTCHA Enterprise for my company's website and it said "all you need to do is finish setting up your key. Follow the instructions above to do so." There were no instructions though and the status indicator…
BigByte
  • 21
  • 2
2
votes
1 answer

What is the size of a recaptcha token generated from the recaptcha widget?

Trying to send the recaptcha token to a backend service for verification and I need to know the size of the token. Is it a standard size in bytes or is it variable
2
votes
0 answers

Google reCAPTCHA Enterprise Java Client Error When Creating Assessment

I am using Java reCAPTCHA client library, the latest version. I keep getting the error message using okhttp3 com.google.api.gax.rpc: io.gprc.StatusRuntimeException: UNAVAILABLE: Unable to resolve host recaptchaenterprise.googleapis.com I have…
Kanke
  • 2,527
  • 16
  • 10
2
votes
1 answer

What actions can we take with google recaptcha enterprise

I have been using Google reCaptcha V2 (Invisible recaptcha) for a long time and we know that if some spammer or bot is trying to call our API then the user will get a puzzle to solve. What will happen if I use the Google Enterprise solution, in this…
1
2 3 4 5 6