What are the four HTTP request types, and when is each used?
What will be an ideal response?
The four common HTTP request types and their usage can be given as follows:
? GET: Requests a document; server responds by sending status information followed by a
copy of the document
? HEAD: Requests status information; server responds by sending status information, but
does not send a copy of the document
? POST: Sends data to a server; the server appends the data to a specified item
? PUT: Sends data to a server; the server uses the data to completely replace the specified
item
You might also like to view...
The ________ feature fills in the remaining characters of a word if what is typed matches an existing entry in the column
A) AutoComplete B) AutoFit C) AutoFill D) AutoSum
_________ is a rewritten version of Hypertext Markup Language (HTML) using Extensible Markup Language (XML) and was developed in 2000.?
Fill in the blank(s) with the appropriate word(s).