- Регистрация
- 02.01.2017
- Сообщения
- 526
- Благодарностей
- 113
- Баллы
- 43
Hi Guys!
Usually I solve captcha with the option "in tab key"
Today I face hCaptcha for the very first time.
The option "in tab" not work, then I select via site key.
Sitekey was found with a simple regex in paga.Source, (?<=sitekey=).*(?=&
;
For URL I use page.Url:
After use capmonter to recognize, I receive "success" and got the answers into my variables capID and capVar:
If I solve the captcha by my own hands, I see a post and a post with success and after that a redirect to a page contains this text in page.url:
&client_id=customer-portal-front-end&tab_id=ts8A19lBMyo&__cf_chl_captcha_tk__=BkmucQYxW6ML6Snq4Owm0dMSFd9dqfAVE3a0pvihUIA-1636813344-0-gaNycGzNC5E
And here is my question... how to submit that values who I receive from capmonter to receive a cf_chl_captcha_tk to use in my browser ???
Thanks for everyone who try to help me
Usually I solve captcha with the option "in tab key"
Today I face hCaptcha for the very first time.
The option "in tab" not work, then I select via site key.
Sitekey was found with a simple regex in paga.Source, (?<=sitekey=).*(?=&

For URL I use page.Url:
After use capmonter to recognize, I receive "success" and got the answers into my variables capID and capVar:
If I solve the captcha by my own hands, I see a post and a post with success and after that a redirect to a page contains this text in page.url:
&client_id=customer-portal-front-end&tab_id=ts8A19lBMyo&__cf_chl_captcha_tk__=BkmucQYxW6ML6Snq4Owm0dMSFd9dqfAVE3a0pvihUIA-1636813344-0-gaNycGzNC5E
And here is my question... how to submit that values who I receive from capmonter to receive a cf_chl_captcha_tk to use in my browser ???
Thanks for everyone who try to help me

Последнее редактирование: