Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7CCF2C160 for ; Tue, 3 Jul 2012 07:09:46 +0000 (UTC) Received: (qmail 49221 invoked by uid 500); 3 Jul 2012 07:09:45 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 49169 invoked by uid 500); 3 Jul 2012 07:09:44 -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 49149 invoked by uid 99); 3 Jul 2012 07:09:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jul 2012 07:09:43 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FSL_RCVD_USER,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of paul.joseph.davis@gmail.com designates 209.85.212.52 as permitted sender) Received: from [209.85.212.52] (HELO mail-vb0-f52.google.com) (209.85.212.52) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jul 2012 07:09:37 +0000 Received: by vbzb23 with SMTP id b23so4419122vbz.11 for ; Tue, 03 Jul 2012 00:09:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=QnIwy+loIav5mF81oIFCEyBj012L+qfzdxXNhALTeCo=; b=l5RLQUzg8vlWnJIFkdEfRBdBOw00YBznR04Bgi+2HvBm68S3GjlGGKHyvIyUDDF4dO 0BNqIQIFf6qtTDv3xTfTWE+0Yb/yKueBvxhTFoASUPr7z7rjJJnc9RMN0wARrOjWTQiF A4DOapRgYdmc/VfMQmSkTPYQ+3T4h6xWbsy8aGuucCysEIZwxG2I9zIiJZY7bzA+Yi8I h1B48MxRROCqAERK7VL13HSxiW248uN+K9pZPN1xvpIw0CPkGY+y3f9FWXVVVnAIdzpJ uAh3ISScapAu3eaJCwm59tOA5QfC/jIwT3LxGoED7GGP87hQiEnv0K0++YrLw3++HGUe TkuA== Received: by 10.52.100.36 with SMTP id ev4mr6095859vdb.43.1341299356437; Tue, 03 Jul 2012 00:09:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.157.7 with HTTP; Tue, 3 Jul 2012 00:08:36 -0700 (PDT) In-Reply-To: References: From: Paul Davis Date: Tue, 3 Jul 2012 03:08:36 -0400 Message-ID: Subject: Re: couch_httpd_proxy authentication To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org I'm not entirely sure I know what you mean here. You want CouchDB to proxy auth against the CouchDB user? If so, I don't think that exists right now. On Wed, Jun 20, 2012 at 1:22 PM, Gert Cuykens wrote: > how can i tell couchdb to check the authentication cookie before > sending the request to a nginx webdav server? > > [httpd_global_handlers] > _webdav = {couch_httpd_proxy, handle_proxy_req, <<"http://127.0.0.1">>}