HTTP (hypertexttransferprotocol) is an abbreviation for Hypertext Transfer Protocol, which is used to transmit data of WWW mode, please refer to RFC2616 for details of HTTP protocol. The HTTP protocol uses the request/response model. The client
Introduction to get, post, and head in the HTTP protocol2008-05-10 14:15GET: requests the specified page information and returns the entity Principal.HEAD: only the header of the page is Requested.POST: the requesting server accepts the specified
Http get, post, and head descriptions
Get: Request the specified page information and returns the Object Body.Head: only request the first part of the page.Post: The request Server accepts the specified document as a new subordinate object
HTTP is an important protocol in the Web protocol set. It is developed from the client/server model. A client/server runs a program that communicates with each other. When a client connects to the server, it first initiates a request to the server.
GET: Requests the specified page information and returns the entity principal.HEAD: Only the header of the page is requested.POST: The requesting server accepts the specified document as a new subordinate entity for the identified URI.PUT:
HyperTextTransferProtocol is short for Hypertext Transfer Protocol. It is used to transmit WWW Data. For details about HTTP, see rfc2616. The HTTP protocol uses the request/response model. The client sends a request to the server. The request header
Note: This article is a personal study excerpt, the original address is: http://javaeedevelop.iteye.com/blog/1725299An HTTP request was a class consisting of HTTP style requests, request lines, request methods, request URL, header fields, and body
GET: Requests the specified page information and returns the entity principal. HEAD: Only the header of the page is requested.POST: The requesting server accepts the specified document as a new subordinate entity for the identified URI.PUT:
Today's article discusses how to get and process post request and head data.Tools:Firefox browser and Firebug plugin.
(Other such as Httpfox,live HTTP head, Fiddler,httpwatch also line)1. View analysis landing page HTML code to see if there is an
8.1 HTTP Answer Header overview
HTTP responses to a Web server generally consist of a status line, one or more answer headers, a blank line, and a content document. Setting the HTTP answer headers is often combined with the status code in the Set
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.