I am behind a proxy server in my college. It uses a simple username and password authentication. And i connect to the proxy server to port 3128. now i want to telnet simply to say any website on the internet like
$ telnet www.google.com 80
this gives me
error telnet: could not resolve www.udacity.com/80: Name or service not known
How can I define the proxy settings for telnet? I have already set environment variables http_proxy and HTTP_PROXY. Also have applied system wide proxy.