Message from discussion
PUT and post data
Received: by 10.52.88.164 with SMTP id bh4mr23970746vdb.8.1323167768860;
Tue, 06 Dec 2011 02:36:08 -0800 (PST)
X-BeenThere: django-developers@googlegroups.com
Received: by 10.220.149.17 with SMTP id r17ls4032864vcv.0.gmail; Tue, 06 Dec
2011 02:36:02 -0800 (PST)
Received: by 10.52.90.36 with SMTP id bt4mr23966440vdb.7.1323167762179;
Tue, 06 Dec 2011 02:36:02 -0800 (PST)
Received: by 10.52.90.36 with SMTP id bt4mr23966439vdb.7.1323167762171;
Tue, 06 Dec 2011 02:36:02 -0800 (PST)
Return-Path: <tee...@gmail.com>
Received: from mail-vx0-f191.google.com (mail-vx0-f191.google.com [209.85.220.191])
by gmr-mx.google.com with ESMTPS id bu17si7615164vdc.0.2011.12.06.02.36.02
(version=TLSv1/SSLv3 cipher=OTHER);
Tue, 06 Dec 2011 02:36:02 -0800 (PST)
Received-SPF: pass (google.com: domain of tee...@gmail.com designates 209.85.220.191 as permitted sender) client-ip=209.85.220.191;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of tee...@gmail.com designates 209.85.220.191 as permitted sender) smtp.mail=tee...@gmail.com
Received: by mail-vx0-f191.google.com with SMTP id fo13so7006733vcb.8
for <django-developers@googlegroups.com>; Tue, 06 Dec 2011 02:36:02 -0800 (PST)
MIME-Version: 1.0
Received: by 10.52.19.141 with SMTP id f13mr31479vde.10.1323167762110; Tue, 06
Dec 2011 02:36:02 -0800 (PST)
Received: by n6g2000vbg.googlegroups.com with HTTP; Tue, 6 Dec 2011 02:36:02
-0800 (PST)
Date: Tue, 6 Dec 2011 02:36:02 -0800 (PST)
In-Reply-To: <4ED7E65D.8080007@oddbird.net>
References: <7e0a0698-f724-47e3-b39e-1c336b3eb05c@g7g2000vbd.googlegroups.com> <4ED7E65D.8080007@oddbird.net>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:8.0)
Gecko/20100101 Firefox/8.0,gzip(gfe)
Message-ID: <821fbb4c-66f8-4677-8ebd-794a2ac4b666@n6g2000vbg.googlegroups.com>
Subject: Re: PUT and post data
From: Thibault Jouannic <tee...@gmail.com>
To: Django developers <django-developers@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Thank you for taking the time to answer.
On 1 d=E9c, 21:41, Carl Meyer <c...@oddbird.net> wrote:
> However, web browsers do not submit PUT requests from HTML forms (and
> they aren't likely to ever do so, as that proposed HTML5 feature was
> removed [2]).
Yeah, I was aware of that decision. The reason I had the problem is
because I was trying to build a ROA web service [1], and used some js
and middleware to make my browser perform some PUT and DELETE
requests.
Anyway, I agree with your decision, according to the W3C's design
decision.
Thank you for making things clearer.
[1] http://shop.oreilly.com/product/9780596529260.do