Hello John-Paul,

> header - << "WWW-Authenticate: Digest realm="[EMAIL PROTECTED]",

>         client.getState().setCredentials(
>             new AuthScope("10.11.42.25", 8080, "AuthScope.ANY_REALM"),
>             new UsernamePasswordCredentials("monitoradmin", "********"));

Try removing the quotes around "AuthScope.ANY_REALM".
If that doesn't work, set the realm to the value sent by the server.

hope that helps,
  Roland



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

Reply via email to