submits data to the server. Used when a user submits a form. The submitted data travels in the request body, not the URL. POST requests typically change server state — inserting a database record, sending an email, writing a file.