Multiple choice technology security

Which of the following HTTP method should be used to accept form data?

  1. GET

  2. POST

  3. PUT

  4. GET OR POST OR PUT

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

The POST method should be used to accept form data, especially when it contains sensitive information, as it sends data in the request body rather than exposing it in the URL query string.