Hi. I started trying out the restlet library just today, and I feel like I'm hitting a brick wall when it comes to the http header "Authorization". The webservice I'm trying to write a client for, is secured by creating a signature based on some shared secret between client and service. This signature should be put in the Authorization header of each request to validate that I'm a trusted application.
I've read a bit on the mailing lists and googled quite a bit, but I can't seem to find anything that works for me. Hope someone can help. Kind regards, ElChe ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2389422

