Hi, I was never suggesting there was anything wrong with the digest implementation, but some examples and more verbose javadocs would make it easier to get things up and running, for example looking at the output is wasnt clear to me that the user/password bit had actually worked, the problem turned out to be a data problem my value for the puid parameter was incorrect.

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]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to