I. Differences of principles
Generally, you can enter a URL in your browser to access resources by using the get method. In form submission, you can specify the submission method as get or post. The default method is get submission.
HTTP defines
Introduction to HTTPThe HTTP protocol is an abbreviation for the Hyper Text Transfer Protocol (Hypertext Transfer Protocol), which is used to transfer hypertext to the local browser from the World Wide Web (www:world Wide Web) server.HTTP is a
Every time I write an article, I don't know how to get a name with a slight connotation. If this article is just about the difference between get and post, I can name it "Get and post". If you want to elaborate on the principles of the HTTP protocol,
ReproducedThe usual understandingW3Schools answers to this question: HTTP method: GET vs. POST Lists general understanding:
Method
GET
POST
Back button/Refresh
Harmless
The data is resubmitted
The get method and post method in HTTP protocol are different. The original text in rfc1945 is as follows:
8.1 get
The get method means retrieve whatever information (in the form ofEntity) is identified by the request-Uri. If the request-Uri
The difference between 1.get and post
(1) URL lengthThe length of get is only 2k, if the data is too long, it is easy to lose data. (Get must be an ASCII character)And the post is unrestricted, so it can be beautiful, such as the address of the blog,
Introduction to HTTPThe HTTP protocol is an abbreviation for the Hyper text Transfer Protocol(Hypertext Transfer Protocol) and is used to transmit hypertext from the World Wide Web (www:world Wide Web) server the Transfer Protocol to the Local
ObjectiveRecently write an interface, write good later want to test, write Ajax (POST method) to call the interface is can use the action of the Class property of the Get/set method to obtain data. But not just the Ajax of the page will call this
Reprinted from: http://www.cnblogs.com/sunxucool/archive/2012/12/11/2813113.html1. Get is the data that is fetched from the server and post is the data sent to the server.2. Get is the URL where the parameter data queue is added to the Action
[Original address: http://www.cnblogs.com/hya1109/archive/2007/12/16/996535.html]
I have also sent a message about. net, but it is not very detailed. Now I will introduce in detail how to operate XML files in C #, just like learning to operate a
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.