Hi, I'm using requests in a project and when I use the function requests.get(www.example.com)
it gives me this error:
requests.exceptions.ProxyError: HTTPSConnectionPool(host='www.ismonnet.edu.it', port=443): Max retries exceeded with url: /index.php/circolare/ (Caused by ProxyError('
Cannot connect to proxy.', OSError('Tunnel connection failed: 403 Forbidden')))
but if I run it in my pc using VS code it works, I asked Gemini and it sayed that I should deactivate the proxy, anyone knows how to fix/deactivate the proxy?