What would be a good example of when you would choose a GET method over a POST?
What would be a good example of when you would choose a POST method over a GET?
It appears (to me) the only difference is that the GET adds the variables to the URL and the POST doesn't (and querystring vs form).
There has to be something else to it, right?
What would be a good example of when you would choose a POST method over a GET?
It appears (to me) the only difference is that the GET adds the variables to the URL and the POST doesn't (and querystring vs form).
There has to be something else to it, right?