I am getting this error from a PostMethod using commons-httpclient
No credentials available for DIGEST 'realm'@localhost
and a 401 back from the server.
I followed the example from this post java client program to send digest authentication request using HttpClient API (2)
However, it still seems to fail.
I am trying to connect to a XML-RPC service, we use digest authentication. I tried using the Apache xmlrpc library but it seems to not support digest authentication.
Any ideas?
Thanks.