Using ZClient to Access Another Server: Via Proxy?
Hello, Loren Stafford describes in her "How-To: Using ZClient to Access Another Server" a method that I would like to use, but the Zope Server resides behind a firewall and it requires the usage of a http proxy to access external web servers. Do You know how to achieve this, eg. by modification of the external method mentioned in the How-To, which uses ZClient.py? Thanks for Your help! Ralf Herold # Charite Campus Virchow-Klinikum # Medizinische Fakultät der Humboldt-Universität # Augustenburger Platz 1, D-13353 Berlin # Raum 4.3412, 4. Etage, Mittelallee 8 # Tel. +49(30)450-66834, Fax +49(30)450-66906 # mailto:ralf.herold@charite.de # PGP mailto:ralf.herold@gmx.net
On Sat, 17 Jun 2000 ralf.herold@charite.de wrote:
Loren Stafford describes in her "How-To: Using ZClient to Access Another Server" a method that I would like to use, but the Zope Server resides behind a firewall and it requires the usage of a http proxy to access external web servers.
ZClient is working on top of HTTP protocol; and Client.py uses urllib for HTTP. So my guess is you can just declare "http_proxy" environment variable: export http_proxy="http://proxy.my.company.com:8080" and run ZClient. Oleg. (All opinions are mine and not of my employer) ---- Oleg Broytmann Foundation for Effective Policies phd@phd.russ.ru Programmers don't die, they just GOSUB without RETURN.
participants (2)
-
Oleg Broytmann -
ralf.herold@charite.de