Python-Tls-Client icon indicating copy to clipboard operation
Python-Tls-Client copied to clipboard

bug, different response content

Open michaelx1993 opened this issue 1 year ago • 3 comments
trafficstars

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.

michaelx1993 avatar Apr 21 '24 07:04 michaelx1993

same

ghost avatar May 10 '24 20:05 ghost

request image resource use requests

   import requests

taoshiyu avatar May 30 '24 02:05 taoshiyu

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

enodr avatar Jun 12 '24 06:06 enodr