25 Mar
2003
25 Mar
'03
11:13 p.m.
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