Question: When should you employ the POST method over the GET method for submitting data from a form?
- when the data in the form may be sensitive
- when you want the data to be cached
- when you want to use your browser to help with debugging
- when efficiency is important
Answer: The correct answer of the above question is Option A:when the data in the form may be sensitive