proxy = {
'http': 'http://117.85.105.170:808',
'https': 'https://117.85.105.170:808'
}
response = requests.get('http://icanhazip.com', headers=headers, proxies=proxies)
其實係proxies冇料到


上網check左好多人都係咁
但係完全冇solution

proxy = {
'http': 'http://117.85.105.170:808',
'https': 'https://117.85.105.170:808'
}
response = requests.get('http://icanhazip.com', headers=headers, proxies=proxies)
[red]proxies[/red]= {
'http': 'http://117.85.105.170:808',
'https': 'https://117.85.105.170:808'
}
response = requests.get('http://icanhazip.com', headers=headers, proxies=proxies)