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 06D4D6BB8 for ; Thu, 2 Jun 2011 01:16:56 +0000 (UTC) Received: (qmail 7107 invoked by uid 500); 2 Jun 2011 01:16:54 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 7079 invoked by uid 500); 2 Jun 2011 01:16:54 -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 7070 invoked by uid 99); 2 Jun 2011 01:16:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jun 2011 01:16:54 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ryan.mckillen@gmail.com designates 209.85.220.180 as permitted sender) Received: from [209.85.220.180] (HELO mail-vx0-f180.google.com) (209.85.220.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jun 2011 01:16:48 +0000 Received: by vxk12 with SMTP id 12so490299vxk.11 for ; Wed, 01 Jun 2011 18:16:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=QXVJByRF0slJwbnvLpHOFkUcL8lweV25otoWnDf4ezA=; b=gR4zMdi+mki+vSZ126tS3s+rvL/fnj/yrPNw/DGYsq8kN1p2I38sAV7Z+pgiARRebc eXvUkSUVjAuXa8WNGq5xPbiEuEBNOycax5kf05jtY/FertzLMh/UB0uwqzORGx4mWQD5 +/nDWzQKbET0XneGhn1jGG/KgZCGSekw8nEos= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=ZY+NtA0FpCoI6uEeQ0VIb0Bv8a6K9mcQdigLaJ5LZjVSdEvYEQ8kFqxoF909eme0X3 fLfaIdpn6EsjSFH6MCnc3frJCK8FedlNy4gql8zsbMtRB+IBt8mRqRgJsrj5wbyX5zVw ncpVBUbUzgpTo+GfPXH5yGL2l8gzVVKBpoik4= Received: by 10.52.111.68 with SMTP id ig4mr224061vdb.4.1306977387041; Wed, 01 Jun 2011 18:16:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.185.35 with HTTP; Wed, 1 Jun 2011 18:16:07 -0700 (PDT) In-Reply-To: References: From: Ryan McKillen Date: Wed, 1 Jun 2011 18:16:07 -0700 Message-ID: Subject: Re: Disabling 405 Method Not Allowed on POSTs to static pages To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=bcaec548a4ede252c604a4b0622f --bcaec548a4ede252c604a4b0622f Content-Type: text/plain; charset=ISO-8859-1 Bump. Anyone have some insight on this? Looks like I may have to use a traditional web server instead of Couch. On Tue, May 17, 2011 at 10:05 AM, Ryan McKillen wrote: > When serving static assets from a CouchApp (e.g. HTML and JS for a > Backbone.js app), a 405 Method Not Allowed error is appropriately kicked > when those static pages are POSTed to. > > However, using Couch to serve a Facebook canvas app (CouchApp is served in > an iframe) is problematic because Facebook sends all requests as POSTs. Is > there any way to make Couch allow the POST method? > --bcaec548a4ede252c604a4b0622f--