[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Question about LuaSocket : Always receive Http Error:Number 302
- From: gary ng <garyng2000@...>
- Date: Thu, 27 May 2010 07:13:40 -0700 (PDT)
--- On Thu, 5/27/10, Romulo <romuloab@gmail.com> wrote:
> However, my question originally was: what is the situation
> with REST
> that let GET and POST become blurred? IIRC, REST is quite
> emphatic
> about what each HTTP method should do, i.e.: GET can not
> have side
> effects, PUT should create a resource referenced by the
> URL, POST
> should change, and DELETE should remove it.
>
http://docs.amazonwebservices.com/AmazonSimpleDB/latest/DeveloperGuide/
You can see that amazon use GET to perform side effects. It may be their poor choice but what I meant to say is, there really are sites out there using GET for everything.