mardi 2 août 2016

Why GET method can be used to submit the form data?

As we know, the form data in html can be submitted through GET method or POST method.
But in Http RFC, it is said that
In particular, the convention has been established that the GET and HEAD methods SHOULD NOT have the significance of taking an action other than retrieval.

Then why can we submit form data to the server through GET method? Should GET method just be used to retrieval?




Aucun commentaire:

Enregistrer un commentaire