Re: [Fwd: draft-reschke-http-addmember-00]

On Feb 16, 2005, at 9:46 AM, Jim Whitehead wrote:
> RFC 2616 states:
> "The actual function performed by the POST method is determined by the
> server and is usually dependent on the Request-URI."
>
> From a client perspective this makes POST unreliable, and leads to the
> desire to define a new method.

The action will either succeed or fail.  If it succeeds, the client
will receive the exact same response from POST that it would have
received from a new method.  If it fails, the client will receive
the same potential set of failure responses as it might have from
a new method.

The only way you could claim that a new method would be more reliable
is if the client knows the exact implementation of the resource
being requested, which is something that a client does not know
with HTTP, and even if it did, it is far more likely that it will
know how the server and all intermediaries will respond to the
existing POST method than it could know about their response to
a new method that has zero deployment.

....Roy

Received on Thursday, 17 February 2005 05:54:18 UTC