The HEAD method is identical to GET except that the server MUST NOT send a message body in the response (i.e., the response terminates at the end of the header section). The server SHOULD send the same header fields in response to a HEAD request as it would have sent if the request had been a GET, except that the payload header fields MAY be omitted. This method can be used for obtaining metadata about the selected representation without transferring the representation data and is often used for testing hypertext links for validity, accessibility, and recent modification. (RFC 7231: Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content)



JSON

Return to list of all ( HTTP Request Methods | Web Concepts )