how to connect to couchdb database using couchdb4j api with username and password? -
i using couchdb4j api establish connection through session object couchdb(version 0.11.2). couchdb database protected username , password, trying establish connection session(string host, int port, string user, string pass, boolean usesauth, boolean secure) constructor providing host,port,user,pass , usersauth true, secure false, unable establish connection username , password , giving warning authentication error: unable respond of these challenges: {}. used correct username , password.
try couchdb lib actively maintained http://www.ektorp.org/ instead.
Comments
Post a Comment