Answer the question
In order to leave comments, you need to log in
Is it possible to not specify an action parameter for grecaptcha v3?
Hello !
Came across an interesting gift.
There is apparently grecaptcha v3 on the site.
If run in a browser:
grecaptcha.execute().then((t) => console.log(t))
A token will appear in the console, if this token is sent to the server for verification, the following response is obtained:
This is the answer from https://www.google.com/recaptcha/api/siteverify .
{
"success": true,
"challenge_ts": "2021-07-25T10:54:44Z",
"hostname": "example.io",
"score": 0.9
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question