FlorianREGAZ / Python-Tls-Client

Advanced HTTP Library
MIT License
660 stars 136 forks source link

bug, different response content #119

Open michaelx1993 opened 5 months ago

michaelx1993 commented 5 months ago

https://sf16-sg.tiktokcdn.com/obj/eden-sg/uvkuhyieh7lpqpbj/pwa/192x192-1.png

if you request to this image url with requqests and tls_client.Session() , you will get different response.

and the png response from tls-client doesn't work.

ghost commented 4 months ago

same

taoshiyu commented 3 months ago

request image resource use requests

   import requests
enodr commented 3 months ago

This pull request fixes the problem: https://github.com/FlorianREGAZ/Python-Tls-Client/pull/116