FlorianREGAZ / Python-Tls-Client

Advanced HTTP Library
MIT License
678 stars 135 forks source link

Proxy not work #45

Open MsLolita opened 1 year ago

MsLolita commented 1 year ago

I am afraid but it seems like ip is not changing:

import tls_client

s = tls_client.Session(
    client_identifier="chrome_105"
)
res = s.get("http://httpbin.org/ip", proxy="http://6j80wk0dmeef:vsioosoz@185.199.229.156:7492")

print(res.text)
muhy06 commented 1 year ago

works fine, try this: https://api.ipify.org/?format=json

MsLolita commented 1 year ago

works fine, try this: https://api.ipify.org/?format=json

Not work, check pls with http url. It don't change your ip.

muhy06 commented 1 year ago

have not tried with http link, probably they dont have the support for it yet

muhy06 commented 1 year ago

most of the websites redirect to https link in any case

B4mb0u commented 1 year ago

works fine, skill issue

MsLolita commented 1 year ago

most of the websites redirect to https link in any case

yeap but some not