1. What is the difference between get and post submission methods in a form?

Source: Internet
Author: User

Get is a send request HTTP protocol that is received via URL parameter delivery, while post is entity data that can be submitted with a large amount of information through the form.

Get is the data that is fetched from the server, and post is the data that is sent to the server.

The Get method submits only 1024 bytes of data, while Post does not have this limit.

When you use Get, the parameters are displayed on the address bar, and the Post does not. So, if the data is in Chinese and is non-sensitive, then use get; If the user enters data that is not a Chinese character and contains sensitive data, then it is better to use post.

1. What is the difference between get and post submission methods in a form?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.