Multiple choice If a user needs to send the server some information, the request line method is OPTION PATCH MOVE POST Reveal answer Fill a bubble to check yourself D Correct answer Explanation POST is the HTTP method used to send data to the server in the request body. Unlike GET (which retrieves data), POST is designed for submitting information to be processed by the server.