|
|
|
|
|
by HideousKojima
1258 days ago
|
|
But you're only "supposed" to use POST with requests that add/modify data, or something silly like that. In practice, QUERY is most useful for where you want a bunch of different verbs for the same endpoint and need a body. |
|