0

Hi I was trying to access the site through proxy but it just does nothing and seems to be stuck on loading. I've tried other sites and they seem to work fine but this one does not. Also If I turn on VPN on my PC or just make requests without proxy everything works fine

HEADERS = {
----
}

proxies = {
    "http": 'http://user:pass@host:port',
    "https": 'https://user:pass@host:port'
}
params=None
URL = 'https://www.g2a.com/'
r = requests.get(URL, headers=HEADERS, params=params, proxies=proxies)
print(r.text)
13eps
  • 1
  • Does this answer your question? [How to resolve Requests get not working over VPN?](https://stackoverflow.com/questions/52725892/how-to-resolve-requests-get-not-working-over-vpn) – micmalti Aug 10 '21 at 18:19

0 Answers0