Definition
POST (HTTP)
POSTis an HTTP method that submits data to the server for processing. Unlike GET, aPOSTrequest may have side effects — for example inserting or removing records — and carries its parameters in the request body, described by theContent-Typerequest header.