GET VS POST
GET:
request for data
It has limited length
It can cache in the browser
POST:
Used for change data, send data in the request.
It doesn’t have limited length.
The request is different, cannot have cache in the browser. For example, you can not place an order repeatedly