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 092FDE93E for ; Sat, 16 Feb 2013 00:08:25 +0000 (UTC) Received: (qmail 92791 invoked by uid 500); 15 Feb 2013 21:47:55 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 92774 invoked by uid 500); 15 Feb 2013 21:47:55 -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 92743 invoked by uid 99); 15 Feb 2013 21:47:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Feb 2013 21:47:54 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [80.244.253.218] (HELO mail.traeumt.net) (80.244.253.218) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Feb 2013 21:47:46 +0000 Received: from [10.0.0.15] (91-66-82-235-dynip.superkabel.de [91.66.82.235]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.traeumt.net (Postfix) with ESMTPSA id 62C221433F for ; Fri, 15 Feb 2013 22:43:18 +0100 (CET) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: Clarifying CouchDB CORS support From: Jan Lehnardt In-Reply-To: Date: Fri, 15 Feb 2013 22:47:26 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <2FC0BD41-3915-48DD-9B29-B453D576E0F3@apache.org> References: To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1499) X-Virus-Checked: Checked by ClamAV on apache.org On Feb 15, 2013, at 22:38 , Steve Snively = wrote: > I just wanted to get clarification that CouchDB 1.2.1 does support = CORS as > is stated here http://wiki.apache.org/couchdb/CORS First sentence: > WARNING!! This page is a temporary gathering spot for CORS = documentation while the git branch is in development. It will ship as EXPERIMENTAL in 1.3.0 Cheers Jan --=20 > and > = http://couchdb.readthedocs.org/en/latest/config_reference.html?highlight=3D= cors >=20 > I only ask because I have added the following sections to the = local.ini > (x86 distribution), restarted, and still receive a "405 OPTIONS Method = not > allowed" error in my XMLHttpRequest. > [httpd] > enable_cors=3Dtrue >=20 > [cors] > origins=3D* >=20 > I'm running Chrome 26. The calling application is a PouchDB. >=20 > If anyone has some insight I would love to hear it, as I'm currently a = bit > puzzled whether it supports it or not. >=20 > thanks, > Steve