Multiple choice technology web technology

When submitting name/value pairs to a web server using HTTP, which HTTP method includes these pairs in the URL and not in the body of the message?

  1. GET

  2. POST

  3. SUBMIT

  4. CONNECT

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

HTTP GET method appends name/value pairs to the URL in the query string (visible in browser address bar), while POST sends them in the message body. SUBMIT is not a valid HTTP method.