Multiple choice technology web technology

Which of the following is NOT a valid HTTP request method?

  1. POST

  2. ENCRYPT

  3. PUT

  4. DELETE

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

HTTP defines specific request methods: GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS, TRACE. ENCRYPT is not a valid HTTP method; encryption is handled at the transport layer via SSL/TLS using the https: scheme, not as an HTTP verb.