Setting a non-standard proxy
Posted
by
Julio Guerra
on Super User
See other posts from Super User
or by Julio Guerra
Published on 2013-06-27T07:28:12Z
Indexed on
2013/06/27
10:23 UTC
Read the original article
Hit count: 296
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.
© Super User or respective owner