Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #40732

Re: Unable to connect to internet URL behind firewall

References <17e5f19c-57d1-461b-bf1c-59a525922511@googlegroups.com>
Date 2013-03-07 09:31 +0000
Subject Re: Unable to connect to internet URL behind firewall
From Sven <svenito@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.2997.1362648692.2939.python-list@python.org> (permalink)

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

On 6 March 2013 16:28, <priyanka.khamankar@gmail.com> wrote:

> Hi,
>
> I am using below two approaches to connect to read the content of internet
> url.
> These two approaches work for me when the internet explorer session is
> open.
>
> When the internet explorer window is closed, below code gives me 407 error.
> I have also set the HTTP_PROXY environment variables as
> http://proxy-example.com:3128
>

>From experience the environment variable name is in lowercase. Try
http_proxy instead.

Don't ask me why this environment variable is lowercase when most others
aren't.

-- 
./Sven

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Unable to connect to internet URL behind firewall priyanka.khamankar@gmail.com - 2013-03-06 08:28 -0800
  Re: Unable to connect to internet URL behind firewall "Vytas D." <vytasd2013@gmail.com> - 2013-03-07 09:10 +0000
  Re: Unable to connect to internet URL behind firewall Sven <svenito@gmail.com> - 2013-03-07 09:31 +0000

csiph-web