Marcus, That should work fine as long as your CouchDB instance is listening on port 80. If you're on the default 5984, then you should change the URL to include the port "....com:5984/db/...."
I've left that out countless times without realizing it until I get failed authentication or replication trouble. Later, Benjamin On Mon, Nov 8, 2010 at 2:21 PM, Wordit Ltd <[email protected]> wrote: > I've been trying to authenticate via a URL to access a document with > reader restrictions. > > I thought this would work, but no dice: > > http://user:[email protected]/db/_design/db/mydoc.html > > > Is this possible, am I just doing something wrong? > > > Thanks, > > Marcus >
