tiktok captcha with rucaptcha
-
I am trying to solve tiktok captcha but i am not having success.
Rucaptcha api works and when captcha is solved, they send me back this:
{"status":1,"request":":"s_v_web_id:verify_kjiiu6ub_IO2Nm1YX_yv7l_44x5_8Hag_IAdjS7K7veuf;MONITOR_WEB_ID:verify_kjiiu6ub_IO2Nm1YX_yv7l_44x5_8Hag_IAdjS7K7veuf","cookies":{"":""","s_v_web_id":"verify_kjiiu6ub_IO2Nm1YX_yv7l_44x5_8Hag_IAdjS7K7veuf","MONITOR_WEB_ID":"verify_kjiiu6ub_IO2Nm1YX_yv7l_44x5_8Hag_IAdjS7K7veuf"}}
I am getting these values
s_v_web_id:verify_kjiiu6ub_IO2Nm1YX_yv7l_44x5_8Hag_IAdjS7K7veuf
MONITOR_WEB_ID:verify_kjiiu6ub_IO2Nm1YX_yv7l_44x5_8Hag_IAdjS7K7veufand changing them on the cookies I saved before. Then I use Restore Cookies and the captcha should be solved. When I reload the page, the login is not done.
Restore Cookies doesnt work for this?
-
bump
-
@surfmore Set a cookie via javascript
document.cookie = "tt_webid=6854206562317010438";
document.cookie = "tt_webid_v2=6854206562317010438";
document.cookie = "SLARDAR_WEB_ID=c0fb77f5-ceb6-4d16-a066-61f19df1593e";
document.cookie = "s_v_web_id=verify_kd4reawo_zpQVF8KK_FFMI_4zuE_8NiQ_hayRdXyiKYtZ";It looks like this according to the instructions
-
@surfmore ответь в лс
-
ценю ответ. Я все еще пытаюсь ее решить.