P
P
Python Newbie2021-11-05 11:45:30
JavaScript
Python Newbie, 2021-11-05 11:45:30

How to insert recatcha v3 hash?

I received the captcha hash in order to complete it. How can I insert this hash into js captcha?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
Ternick, 2021-11-05
@Levman5

Вообще, если руками делать, то проще всего сделать это так:
https://rucaptcha.com/api-rucaptcha#solving_recapt...
Но если нужно именно js решение, то можно так:
https://rucaptcha.com/api-rucaptcha#invisible

document.getElementById("g-recaptcha-response").innerHTML="TOKEN_FROM_RUCAPTCHA";

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question