Saved Bookmarks
| 1. |
The HTTP response message leaves out the requested object when ____________ method is used(a) GET(b) POST(c) HEAD(d) PUT |
|
Answer» The correct choice is (c) HEAD The explanation: HEAD method is much faster than GET method. In HEAD method much smaller amount of data is transferred. The HEAD method asks only for information about a document and not for the document itself. |
|