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
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
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
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
1. Description of the problem
After the HttpServlet request is received and logically processed, it is redirected to another web system across the domain, and the form data is submitted as a post.
2. Problem solving
This problem mainly addresses
The difference between get and post methods in form submission1.get is the data that is fetched from the server, and post is the data sent to the server.2.get is to add the parameter data queue to the URL that the Action property of the submission
You need to upload files to the server during network programming. Multipart/form-data is a way to upload files.Multipart/form-data is actually the way that browsers upload files using forms. The most common scenario is when you write a message, add
Nodejs receive POST request parametersHow the 1.1-browser sends POST request parameters
1.2-How the service side receives the POST request parameters
POST request parameters are not spliced directly in the URL path, but are sent to the server
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 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.