Multiple choice

If a user needs to send the server some information, the request line method is

  1. OPTION

  2. PATCH

  3. MOVE

  4. 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.