self.s = requests.session ()
-sharp
-sharp
proxyHost = "http-dyn.abuyun.com"
proxyPort = "9020"
-sharp
proxyUser = "HH30H1A522679P8D"
proxyPass = "74EF13F061719736"
proxyMeta = "http://%(user)s:%(pass)s@%(host)s:%(port)s" % {
"host": proxyHost,
"port": proxyPort,
"user": proxyUser,
"pass": proxyPass,
}
self.proxies = {
"http": proxyMeta,
"https": proxyMeta,
}
response=self.s.get("http://httpbin.org/ip",proxies=self.proxies).text
print response ip ip
login_res=self.s.post(url=login_url,headers=self.headers,data=form_data,proxies=self.proxies).text
my ip is blocked. I bought an Abu Yun agent, but I still can"t visit the website. I beg the gods for advice. Isn"t the ip I bought? Using Abu Cloud to request to return ip, what I printed out is not the same as that of this machine