Get requests and POST requests

Source: Internet
Author: User

A: What are the Get requests?
A, enter a request address directly in the browser address bar
b, click the hyperlink
C, form default submission method method= "Get/get"
Features of B:get request mode
A, the request parameters will be added to the request name (Request resource path) after the request line to hold up to about 2kb of data, so, get way to submit data as little as possible
b, the request parameters will be displayed in the Address bar, unsafe

C: What are the POST request methods?
A, set the method= "Post/post" of the form
B, when the AJAX request access mode, can be set to post
Features of D:post request mode
A, post will add the request parameters to the entity content, so you can theoretically submit arbitrary data parameters
b, do not tell the parameters displayed in the Address bar, relatively more secure

Get requests and POST requests

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.