From user-return-13595-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Tue Nov 09 03:53:32 2010 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 62816 invoked from network); 9 Nov 2010 03:53:32 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Nov 2010 03:53:32 -0000 Received: (qmail 45126 invoked by uid 500); 9 Nov 2010 03:54:02 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 44974 invoked by uid 500); 9 Nov 2010 03:54:01 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 44966 invoked by uid 99); 9 Nov 2010 03:54:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Nov 2010 03:54:01 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of douglas.linder@gmail.com designates 209.85.161.52 as permitted sender) Received: from [209.85.161.52] (HELO mail-fx0-f52.google.com) (209.85.161.52) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Nov 2010 03:53:55 +0000 Received: by fxm8 with SMTP id 8so675404fxm.11 for ; Mon, 08 Nov 2010 19:53:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=CUDJ6loT97HFqLOFhCl/87CSXWshALyuKKWMTKbCt4Q=; b=oV7sLTgxRlagn3K/KuexfG8x/IbSEYudbgfjJynamgENlvGPoFY4RYn87aiybqaDw7 NU/LX+Hn1IMstV0j1sAQ2mJ9iMcqvZQAl4D/K0F3vPbCAsoqSPBtSynos0dRoUQLN/bn 3OnA9SzhurYPNrIqrwLgDM5R4z6aaaGl+ENwM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=ecOm/+GMc9kPp8zmXHsuu6SHYdhAr98jX+xGnhCdzNmKHhd91d+7derOX7tiVfp5pK y6sfBaKRGJUhnsLHdeEDodXCkPXDLJxMWCdFDYHEjyHB5Bl3bazJ1W8O3jt9ekKNq6u5 CtmQWKZDUckTjENGfr8sSrLQAJCDP3Zd0Tj+o= MIME-Version: 1.0 Received: by 10.223.103.4 with SMTP id i4mr3137181fao.70.1289274814663; Mon, 08 Nov 2010 19:53:34 -0800 (PST) Received: by 10.223.102.75 with HTTP; Mon, 8 Nov 2010 19:53:34 -0800 (PST) In-Reply-To: References: Date: Tue, 9 Nov 2010 11:53:34 +0800 Message-ID: Subject: Re: Authentication URLs From: Doug To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=20cf30433f16588e11049496af2c X-Virus-Checked: Checked by ClamAV on apache.org --20cf30433f16588e11049496af2c Content-Type: text/plain; charset=UTF-8 I can't get this to work for me either. :/ You might have to use cookie auth to login and then try the url without the user:pass@ bit... ~ doug. On Tue, Nov 9, 2010 at 5:07 AM, Wordit Ltd wrote: > On Mon, Nov 8, 2010 at 9:16 PM, Benjamin Young > wrote: > > > >If you're on the default 5984, then you should change the URL to include > > the port "....com:5984/db/...." > > > I'm using CouchOne hosting and it's not working, even with port 5984. > If I first log in via Futon with the same account it works okay. Is > there something different about the CouchOne installation? > > http://user:pass@example.com:5984/db/_design/db/mydoc.html > > The result is: > ---------------------- > Establish or Modify Your Session > > The application says: You are not authorized to access this db. > > Once you are logged in, click this link to return to your application: > /db/_design/db/mydoc.html > > Signup or Login > ----------------------- > > Thanks for any help, > > Marcus > --20cf30433f16588e11049496af2c--