The difference between the HTTP protocol get and Post

Source: Internet
Author: User

From http://blog.csdn.net/whuslei/article/details/6667095

For instructions on authoritative points, please refer to: http://www.cs.tut.fi/~jkorpela/forms/methods.html

The popular understanding is that:

First, get the characteristics.

It is mainly used for simple access to the page information, but also can contain some special request information (such as submitting user name, password, etc.). If so, attach it to the tail of the URL, Separated, the space is converted to "+". It is actually placed on the HTTP request protocol header, and the data cannot exceed 1024 bytes at most

Form: "Http://localhost:8080/dbmanager/query.htm?action=name_list_action&_fm.q._0.m=email"

Second, the characteristics of post.

Mainly used to request page information according to special conditions. The content will be placed in the entity portion of the HTTP request protocol, and there is no limit to the size.

The difference between the HTTP protocol get and Post

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.