web-scrapingcallbackcaptcha2captchahcaptcha

How to find callback function name from hcaptcha?


I'm trying to bypass hcaptcha without submit button.

So I need to know the callback name function but I can't find it in the source code of the page.

Any idea how to submit my request after received my token thx to a captcha resolver ?

Looks like it's possible for recaptcha : https://gist.github.com/2captcha/2ee70fa1130e756e1693a5d4be4d8c70

But can't find the same solution for hcaptcha.

Thx for the help.


Solution

  • This looks pretty straightforward actually:

    $('form').submit()