(no title)
fijiaarone | 3 months ago
FYI: QUERY is for GET requests where the query string make the URL too long. It does this by sending a body like POST.
In the past, POST meant you were sending a body, and GET meant you received a body. And the people got religious about a pseudoacronym called REST.
johncolanduoni|3 months ago
cortesoft|3 months ago