[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PaceServiceError GET vs. POST (was Re: AtomPubIssuesList)




Mark Baker wrote:


+1

On Tue, Jun 22, 2004 at 08:41:15PM +0200, Julian Reschke wrote:


There is a difference in the intent. The intent of GET is getting content. If a server chooses to log that, that's an implementation detail.


My thinking was that the server should not have to disclose the status of the request. 204 means the request contained all required headers and the URI was valid.

By using a POST with 202, we would also be in violation of a SHOULD level requirement (safeness of GET is also a SHOULD), since there shouldn't be response content at all.

Robert Sayre