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

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

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