Re: PUT and DELETE methods in 200 code

Julian:

<snip>
> ...in order to decide whether to return a payload to the UA for display?
</snip>
So, this is not a PUT/DELETE issue at all, since POST can (and does)
result in 201/202/204 response codes, too.

MCA

On Mon, Apr 4, 2011 at 12:54, Julian Reschke <julian.reschke@gmx.de> wrote:
> On 04.04.2011 18:20, mike amundsen wrote:
>>
>> <snip>
>>>
>>> The tricky question is: how does the server know that a PUT was the
>>> result
>>> of a form submission?
>>
>> </snip>
>>
>> Why would this be of interest to the server?
>> ...
>
> ...in order to decide whether to return a payload to the UA for display?
>
> Again, I don't believe Accept: helps here; it's not a question of media
> type, but of the client's intent.
>
> BR, Julian
>

Received on Monday, 4 April 2011 17:22:17 UTC