3 ms·
POST /orders/42?pay=1 POST was always about actions, not just resources.
by silon4 15y ago
POST /orders/42?pay=1
POST was always about actions, not just resources.
- RyanMcGreal 15y 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.