看不见我
看不见我
一点小疑惑,文档看了好几遍,似乎没有发现一个比较简单的能获取到Response的URL的方法,类似python的: ``` import requests res = requests.get('https://httpbin.org') print(res.url) ```
我向 http://test.mesoor.com/api/open-candidates/ 发送一个 http 请求如下所示, > GET /api/open-candidates/mSb21kCzwLIuPI9lwPiOajP2XmiSnCI_1_1 HTTP/1.1 > Authorization: Bearer ** > Host: test1.mesoor.com > 但是我却得到 < HTTP/2.0 401 Unauthorized { "message": "未携带 Token", "reason": null, "type": "TOKEN_VALIDATE:NO_TOKEN"...
我尝试着执行 ``` python3 extend/rec.py my_captcha 100 ``` 得到的结果是 ``` Loading weights from app/my_captcha/backup/my_captcha_train.backup...Done! [load model] speed time: 5.234357833862305s [detect image - i] speed time: 0.06003904342651367s ``` 我想要看到可视化的图片从而清楚的知道识别结果,就像你在readme里面提到的样子,我该怎么做
目前使用ja3, 以及其他tls指纹的反爬越来越多了,能用且好用的请求库太少了