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
Form ID = " Form1 " Method = " Get " Runat = " Server " > Div > Your name ASP: textbox ID = " Name " Runat = " Server " > / ASP: textbox > BR /> BR /> Your website ASP: textbox ID = " Website
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
From: http://www.cnblogs.com/maniacstar/archive/2009/04/21/1440180.htmlThere are two ways to submit a single form: Get and post.CodeTo understand the differences between the two submission methods:
Form ID = "Form1" Method = "Get" Runat = "
1. In form, you can use post or get. They are all valid values of method. However, the post and get methods are at least two different in use:1. The get method transmits user input through URL requests. The post method is in another form.2. You need
The string passed through the Post method is: "〈b〉〈%= request.form (" Text ")%〉〈/b〉" 〈br〉〈% End If%〉 Description to save the above code as getpost.asp, and then run, first test the Post method, this time, the browser URL does not change, the result
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 attribute of the submission form. The values correspond to each field in the form one by one
Use the mechanism module in Python to simulate the browser function
This article describes how to use the mechanism module in Python to simulate browser functions, including cookie and proxy settings. For more information, see
It is usually useful
Java crawler (1) uses GET and POST to send requests to obtain the server's returned informationI use the software eclipse fiddle UC browser to analyze the request information. For example, to simulate a login request and obtain the homepage after
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.