- From: Julian Reschke <julian.reschke@gmx.de>
- Date: Wed, 07 Mar 2012 14:27:15 +0100
- To: HTTP Working Group <ietf-http-wg@w3.org>
Hi there. From the bug: > "The newly created resource can be referenced by the URI(s) returned in the payload of the response, with the most specific URI for the resource given by a Location header field." > > Some people read this as a requirement to include "Location". At least for PUT->201 that's nonsense, however. Proposed change: 7.2.2. 201 Created The request has been fulfilled and has resulted in a new resource being created. The newly created resource can be referenced by the URI(s) returned in the payload of the response, with the most specific URI for the resource given by a Location header field. For a PUT request, the URI of the newly created resource is the effective request URI, and thus the response does not need to carry any additional information. The response can include a payload containing a list of resource characteristics and location(s) from which the user or user agent can choose the one most appropriate. (...) (<http://trac.tools.ietf.org/wg/httpbis/trac/attachment/ticket/331/331.diff>) Feedback appreciated, Julian
Received on Wednesday, 7 March 2012 13:27:50 UTC