我可以在请求中使用g-recaptcha-response / captcha-token来访问网站吗

问题描述

我使用验证码收录机解决了网站上的验证码,当我成功解决了验证码时,收割机会打印出import requests r = requests.post(myurl,data={'variant_id' : 'variant','quantity' : 1,'g-recaptcha-response': my-g-recaptcha-response}) print(r.text) 。我如何使用该令牌在该网站上验证即时消息。还是我在这里完全错了。

这就是我在比顿(Pyhton)的经历:

.center-content {
     text-align: center;
     width: 100%;
}

我在Error 401 sending recaptcha token with requests上读过

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)