Podcast
Questions and Answers
What is the purpose of the HTTP HEAD method?
What is the purpose of the HTTP HEAD method?
- To request that the entity-body be returned as received, used for debugging
- To request the entity-body at the specified URI
- To request information about communications options on the server
- To request that only the header information be returned, without the entity-body (correct)
Which HTTP method is used to request the removal of data at a specified URI?
Which HTTP method is used to request the removal of data at a specified URI?
- DELETE (correct)
- LINK
- PUT
- UNLINK
What is the purpose of the HTTP LINK method?
What is the purpose of the HTTP LINK method?
- To undo a LINK request
- To request that the entity-body be returned as received, used for debugging
- To request information about communications options on the server
- To request header information be associated with a document on the server (correct)
Which HTTP method is used to store an entity-body at a specified URI?
Which HTTP method is used to store an entity-body at a specified URI?
What is the purpose of the HTTP TRACE method?
What is the purpose of the HTTP TRACE method?
What is the purpose of the HTTP OPTIONS method?
What is the purpose of the HTTP OPTIONS method?
Which HTTP header field is used to indicate the client software being used?
Which HTTP header field is used to indicate the client software being used?
What is the purpose of the Accept header field in an HTTP request?
What is the purpose of the Accept header field in an HTTP request?
Which HTTP status code indicates a successful request?
Which HTTP status code indicates a successful request?
What HTTP status code is used to indicate that a resource has been moved to a new location?
What HTTP status code is used to indicate that a resource has been moved to a new location?