Fixed: When do you use POST and when do you use GET? #fix #dev #it
Fixed: When do you use POST and when do you use GET? #fix #dev #it
When do you use POST and when do you use GET?
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.
Am I correct in assuming those three cases? If so, what are some examples from each case?
Answer [by Kyle Cronin]: When do you use POST and when do you use GET?
Use GET when you want the URL to reflect…
View On WordPress

















