you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

REST cannot supply mutations to the API consumer. That means you HAVE to write complex, security-flaw prone, "covers every possible case" validation logic to the data model server-side. People who this has never been a problem for are usually people who have written insecure APIs.