Lukas' Notes

web

Definition

POST (HTTP)

POST is an HTTP method that submits data to the server for processing. Unlike GET, a POST request may have side effects — for example inserting or removing records — and carries its parameters in the request body, described by the Content-Type request header.