From what I can gather, there are three categories - never use GET and use POST, never use POST and use GET, and it doesn't matter which one you use.:
- Never use
GETand usePOST - Never use
POSTand useGET - It doesn't matter which one you use.
Am I correct in assuming those three cases? If so, what are some examples from each case?