Question: When should you employ the POST method over GET for submitting data?

  1. when efficiency is important
  2. when you want the data to be cached
  3. when you want to use your browser to help with debugging
  4. when the data in the form may be sensitive

Answer: The correct answer of the above question is Option D:when the data in the form may be sensitive