One principle Difference
Generally in the browser to enter the URL access resources are through the get way, in form submission, you can specify the way to submit by using method for Get or post, the default is to submit
HTTP defines different
In the article "using WinHTTP to implement HTTP protocol get, post, and file upload", I have explained in more detail how to implement various protocols using the WinHTTP interface.In recent code grooming, I think the post and file upload modules
Before how careful study of Ajax, just use it directly to use, found the problem to find a solution. Here's a little summary of what I'm looking for in the process of solving the problem.
A. Talking about the difference between get and post of
two methods of HTTP request: Get and POST
The two most commonly used methods for request-response between the client and the server are: Get and POST. Get-requests data from a specified resource. POST-submits the data to be processed to the
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://blog.csdn.net/csj50/article/details/5687850
a principle difference
Generally in the browser to enter the URL access to resources are through the Get method, in the form submission, you can specify the way to submit the
In the process of writing code, get and post are two different ways of committing. Below, the two different ways are listed.Method/Step
Get is the data that is fetched from the server, and post is the data that is sent to the server.
Get is
Talking about the difference between get and post requests in HTTP
HTTP Awareness:
HTTP is a TCP/IP-based protocol about how data communicates in the World Wide Web. The underlying HTTP is TCP/IP. So the bottom of Get and
Get/post Request for HTTP differential induction1. Get is the data that is fetched from the server and post is the data sent to the server. G ET and Post are just a way of passing data, and get can also send data to the server, and they are
1. HTTP request Format:[]In an HTTP request, the first line must be a request line, which describes the type of request, the resources to be accessed, and the HTTP version used. This is followed by a header section that describes the additional
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.