|
|
|
|
|
by alephnil
4568 days ago
|
|
True statelessness? Even if you disregard POST as "not true REST", the PUT and DELETE methods involve changing state. REST is an acronym for "representational STATE transfer", and is all about dealing with state in an simple and transparent way, not about avoiding it. |
|
Also, I have never read anything implying POST requests are incompatible with REST.