Hello Paul, I don't think that there is something wrong with our digest implementation. From the log it looks as if your password is also found, and since you've checked that uid/pwd are correct it *should* work. The wiki mentions REST, and REST implies using the GET method for retrieving data, while POST is for modifying. Have you tried to send the query as a query string with GET? Maybe the password is rejected because the account doesn't have modify permission. If that doesn't help, you could use one of the packages mentioned in that wiki and monitor the network traffic. Then compare to what you are sending with HttpClient.
hope that helps, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
