4 ms·
POST /orders/42?pay=1 POST was always about actions, not just resources.
by silon4 14y ago
POST /orders/42?pay=1
POST was always about actions, not just resources.
- RyanMcGreal 14y agoAn HTTP request has two parts: a resource (URL) and a method. Expressing your method in the resource rather than the, um, method muddles the two.