T
T
Ternick2021-07-25 15:24:51
Python
Ternick, 2021-07-25 15:24:51

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
}


And now, the main question, there is no action parameter, how to solve such a captcha through services now?

By default, in grecaptcha v3 solution services, the action parameter is set to verify. Yes, you can change it to your own value, but it will not disappear =/

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
C0COK, 2021-07-25
@C0COK

most likely there is an action, you just didn't find it

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question