What\'s the difference when using GET or POST method? Which one is more secure? What are (dis)advantages of each of them?
GET
POST
(similar question
I use GET when I'm retrieving information from a URL and POST when I'm sending information to a URL.