HTTP: Hypertext Transfer Protocol Flashcards
What HTTP method is used for document retrieval?
GET
What HTTP method is used to download only the HTTP headers of a page?
HEAD
What HTTP method is used for form submission?
POST
What HTTP method can be used to determine the methods supported by a URL or a server?
OPTIONS
What HTTP method is used for file upload?
PUT
What HTTP method is used for the deletion of files on a web server?
DELETE
What range of HTTP response codes indicate success?
200-299
What range of HTTP response codes indicate redirection?
300-399
What range of HTTP response codes indicate a client-side error?
400-499
What range of HTTP response codes indicate a server-side error?
500-599
What field in an HTTP header defines when a cached web page should no longer be used?
Expires
What conditional header is used to test if web page content has changed since being cached?
If-Modified-Since
What unique value does the browser check for to see if a piece of web content has changed?
ETag
What conditional header field uses an ETag to determine is content is still active on a site?
If-None-Match