Dear Team, working from company's system. Trying to access an url from a program. from urllib.request import urlopen test_url = urlopen("http://www.reddit.com/")Getting following messageurllib.error.HTTPError: HTTP Error 407: Proxy Authentication Required Process finished with exit code 1 orread_url = urllib2.urlopen(http://www.imdb.com/date)gives following messageurllib2.HTTPError: HTTP Error 407: Proxy Authentication Required Need help on how to access any url through an organization's proxy. syntax, and a dummy example will be helpful. Thanks and regards, Chandrasekhar 9444380425
_______________________________________________ Chennaipy mailing list Chennaipy@python.org https://mail.python.org/mailman/listinfo/chennaipy