Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 40BF310923 for ; Mon, 18 Nov 2013 18:29:26 +0000 (UTC) Received: (qmail 51556 invoked by uid 500); 18 Nov 2013 18:29:23 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 51518 invoked by uid 500); 18 Nov 2013 18:29:23 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 51483 invoked by uid 99); 18 Nov 2013 18:29:23 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Nov 2013 18:29:23 +0000 Date: Mon, 18 Nov 2013 18:29:23 +0000 (UTC) From: "Will Perry (JIRA)" To: dev@couchdb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (COUCHDB-1937) Fauxton doesn't play nice thru a reverse proxy at a non-root path MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Will Perry created COUCHDB-1937: ----------------------------------- Summary: Fauxton doesn't play nice thru a reverse proxy at a non-root path Key: COUCHDB-1937 URL: https://issues.apache.org/jira/browse/COUCHDB-1937 Project: CouchDB Issue Type: Bug Components: Fauxton Reporter: Will Perry If Fauxton is exposed thru a non-root path by a reverse proxy, it doesn't work. For example, we host fauxton at www.somewhere/admin/futon/10.114.136.18-20000/_utils/fauxton/ ... and it attempts to issue a GET from: www.somewhere/_session which in our case results in HTTP 401 (unauthorized) -- This message was sent by Atlassian JIRA (v6.1#6144)