When should you employ the POST method over GET for submitting data?
when you want to use your browser to help with debugging
when you want the data to be cached
when the data in the form may be sensitive
when efficiency is important