The form provides two ways to transmit data--get and post. Although they are all methods of data submission, they are quite different in actual transmission and can have a serious impact on the data. Although the Web container has shielded some of
Difference between post and get
Isn't there a large string in the post address bar? Something like bjnghfgreygtIf it is get, it will appear1. The get method uses a URL request to transmit user data. Each field name and its content in the
In Jquery, there are several ajax Forms Submission methods (get and post), and jqueryajax
In jquery, ajax submits forms in the post and get modes. When using the get method, we can directly use ajax to serialize the form $ (Form ID) serialize, the
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
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
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
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
HTTP defines different methods of interacting with the server, and the most basic methods are 4 kinds, namely get,post,put,delete. URL full name is a resource descriptor, we can think of: a URL address, which is used to describe a network of
From: http://www.cnblogs.com/zhishan/articles/2441893.htmlgetand postdifferentiate and use
Many people cannot tell the difference between get and post, and when to use get? When to use post?Both get and post Methods send data to the server, but
the difference between get and post of HTTP request methodTags: soap server encodingwindowsurl browser 2012-08-18 16:24 937 people read comments (0) Favorites Report Category: Web Applications (3)
Copyright NOTICE: This article is the original
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.