I need to get some data from the internet but I'm behind corporate proxy and I do not know a password. So I tried many examples with pyRequests module but always I get only message 'Authorization failed ...'.
So I am just thinking if this idea is possible: Main setup for proxy is stored in the IE (connection tab in settings) and I am also using Chrome and if I understand well Chrome is using this setup for access to internet (because when I open proxy setting in Chrome, the IE Proxy Setting Window popup).
So my question is if I can also use (somehow) this setting for my python script and how (without knowing password).