FlorianREGAZ / Python-Tls-Client

Advanced HTTP Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proxy not work

MsLolita opened this issue · comments

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)

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

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

commented

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

commented

most of the websites redirect to https link in any case

commented

works fine, skill issue

most of the websites redirect to https link in any case

yeap but some not