Setting a non-standard proxy
- by Julio Guerra
I am behind a proxy which requires users to login during the first connection with a username and password with a HTML form. Thus, it is not handled with usual http://username:[email protected] and any attempt to access the internet from this setting falls into the login form.
How could I automatically login to the proxy? In linux, what manages proxy stuffs when a command tries to access the internet?
Thank you.