From what I can gather, there are three categories:
- 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?
From what I can gather, there are three categories:
GET and use POSTPOST and use GETAm I correct in assuming those three cases? If so, what are some examples from each case?