The request itself is a static object of the system and can also be called as an array. For exampleRequest ("abc") is to obtain the value corresponding to the "abc" in the request array. This array is not fixed, but a set of multiple arrays,
In form submission, the difference between ASP. NET get and post methods is as follows:
1. Get is to get data from the server, and post is to send data to the server.
2. Get is to add the parameter data queue to the URL referred to by the Action
In the HTTP request, if it is a GET request, then the form parameter is appended to the URL in the form of name=value&name1=value1, and if it is a POST request, then the form parameter is in the request body, also in the name=value&name1= The form
Write it in front.
When we use Ajax, when we send data to the server, we can request the server using GET, or we can use post to request the server. So, when should we adopt the Get method, when should we use the Post method?
The
When debugging a service written by the Django framework, you need to impersonate the client to send a POST request, but the browser can only simulate a simple GET request (write the parameters in the URL), and the web search gets the Httprequester
ASP. form, both methods can obtain the parameter values passed by the page form. I have never noticed the difference between the two methods. I generally like to use the form of request ("ABC, simple and clear.
Recently I modified some kingcms code.
ASP. form, both methods can obtain the parameter values passed by the page form. I have never noticed the difference between the two methods. I generally like to use the form of request ("ABC, simple and clear.
Recently I modified some kingcms code.
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
The difference between get and post in a form submission is 5 points 1.get is the data retrieved from the server, and post is the data that is sent to the server. 2.get is to add the parameter data queue to the URL that the Action property of the
Ajax is often used in front-end development to send asynchronous requests, and requests for post types are included with the request data. The two commonly used methods are: Form Data and Request Payload.GET requestWhen a GET request is used, the
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.