The GET
method:
It is used only for sending 256 character date
When using this method, the information can be seen on the browser
It is the default method used by forms
It is not so secured.
The POST
method:
It is used for sending unlimited data.
With this method, the information cannot be seen on the browser
You can explicitly mention the POST
method
It is more secured than the GET
method
It provides more advanced features