I want to use http.request to access couchdb but I need a URL like http://user:pwd@localhost:5984/db. How do I do this? When I put user:pwd@localhost in as the host option I get a domain error. I see no other way to specify this. (I hope this isn't a double post. I've been having email problems.)