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