Multiple choice technology security

Choose the correct answer: a. HTTP PUT & DELETE method can be disabled in web.xml from the below code: Disallowed Location /* PUT DELETE b. HTTP PUT & DELETE methods are disabled by default on many web server c. HTTP PUT & DELETE methods should not be disabled d. HTTP PUT & DELETE methods cannot be disabled

  1. a

  2. b

  3. c

  4. d

  5. Option 1 AND Option 2

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

HTTP PUT and DELETE can be disabled via web.xml configuration as shown in option A. Option B is also true as many servers disable them by default for security. E combines both correct statements.