-----Original Message----- From: chalaoux@zope.org [mailto:chalaoux@zope.org]On Behalf Of Francois Chalaoux Sent: Tuesday, November 09, 1999 07:47 To: zope@zope.org Subject: [Zope] Howto ZClient
Hi,
I tried to use "Using ZClient to Access Another Server" howto but I got some difficulties :
1/ When the URL is "http://www.allocine.fr/goto.asp?RD=P0049" is present then I got this funny error , any idea ? :
I just tried that URL and got a nice HTML page back -- no errors -- so I guess you solved that problem.
2/ The others parameters in the webclient method are 'username' and 'passwd'. I am behind a proxy which ask me the first time I try to access Internet a username and my passwd. Are these couple of parameters the same in the method and in my proxy request, cause even with my username and the passwd in the method I have to insert the couple?
Look in ../lib/python/ZPublisher/Client.py and you will see that the username and passwd are inserted into the URL where they work with the browser's basic authentication. This has no relation to your proxy. -- Loren