fetch html page via isa proxy

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Radek

    #1

    fetch html page via isa proxy

    Hi,

    I have been trying several days to get the html page of www.python.org
    when behind the corporate MS isa proxy.

    I have tried setting http_proxy environment, played with proxy
    openers, use ntlm proxy server all without success.

    I can get the page using Firefox and IE with proxy settings.

    As the last resort I started to play with pywin32 win32inet, but even
    the test_win32inet. py does not get there.

    Any advice? Or better working example?

    Thanks a lot,

    Radek

  • jay graves

    #2
    Re: fetch html page via isa proxy

    On Mar 26, 12:29 pm, "Radek" <radek.sv...@gm ail.comwrote:
    I have tried setting http_proxy environment, played with proxy
    openers, use ntlm proxy server all without success.
    So you have already tried NTLM Authorization Proxy Server?

    This used to work fine for me but that was at least 3-4 years ago.

    I can get the page using Firefox and IE with proxy settings.
    To use tools like 'ftp','filezill a' and 'wget' I've installed the 'ISA
    Firewall Client' from Microsoft.



    But a quick test of trying to get python.org with 'urllib' did not
    work.
    Any advice? Or better working example?
    Thanks a lot,
    Sorry I wasn't able to help more. I'll try to poke at it a bit more
    when I get a chance.

    ....
    Jay Graves

    Comment

    • Radek

      #3
      Re: fetch html page via isa proxy

      So you have already tried NTLM Authorization Proxy Server?http://ntlmaps.sourceforge.net/
      This used to work fine for me but that was at least 3-4 years ago.
      Actually NTLM proxy server works for most intranet addresses. Not for
      the outside Internet ones, though.

      Radek

      Comment

      Working...