Multiple choice technology security Which of the following HTTP method should be used to accept form data? GET POST PUT 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.