[Zope-dev] ZPublisher.Client and encrypted passwords

Danny W. Adair danny@adair.net
Wed, 26 Mar 2003 11:13:11 +1200


At 10:04 AM 3/26/2003 +1100, Adrian van den Dries wrote:
>On March 26, Danny W. Adair wrote:
> > - use a different approach to call the other server (like passing a
> > copy of the current Auth header or something...)
>
>BaseRequest._auth holds the original auth header, so you can just
>forward it along.

Thanks. How would I do that?
ZPublisher.Client.call() is very convenient but only takes url,username,pwd...

Is there a workaround, maybe with urllib?

Thanks you,
Danny