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

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -