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 -- http://mail.python.org/mailman/listinfo/python-list
Re: fetch html page via isa proxy
On Mar 26, 12:29 pm, "Radek" <[EMAIL PROTECTED]> wrote: > 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? http://ntlmaps.sourceforge.net/ 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','filezilla' and 'wget' I've installed the 'ISA Firewall Client' from Microsoft. http://www.google.com/search?q=firewall+client 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 -- http://mail.python.org/mailman/listinfo/python-list
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 -- http://mail.python.org/mailman/listinfo/python-list