Y
Hacker News
new
|
ask
|
show
|
jobs
by
thedougd
1519 days ago
They didn't build their APIs with an understanding of HTTP verbs (ala RESTful). Mistakes such as POST with a query in body to search for X.
1 comments
nesarkvechnep
1517 days ago
POST with a query as payload is not a problem if the search is a resource.
link