Hi everyone, I am using the Redirector-class to proxy client requests (let's call it "client A") from server A to server B (i.e. MODE_SERVER_OUTBOUND):
client A <=> server A <=> server B Now I want to guard access to the resources of server B with (digest) authentication. So I added the necessary guard to server B. Obviously, now users of client A have to enter a username and password. But I want the Redirector to "take care of this". I.e. I want to provide the username and password to the Redirector of server A so that client B does not require a username and password. How should I go about this? Do I need to create my own implementation of Redirector? Thanks for taking the time! BTW I am using restlet 2 RC3. Best regards, Stefan ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2600726

