HTTP: Hypertext Transfer Protocol Flashcards

1
Q

What HTTP method is used for document retrieval?

A

GET

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What HTTP method is used to download only the HTTP headers of a page?

A

HEAD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What HTTP method is used for form submission?

A

POST

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What HTTP method can be used to determine the methods supported by a URL or a server?

A

OPTIONS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What HTTP method is used for file upload?

A

PUT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What HTTP method is used for the deletion of files on a web server?

A

DELETE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What range of HTTP response codes indicate success?

A

200-299

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What range of HTTP response codes indicate redirection?

A

300-399

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What range of HTTP response codes indicate a client-side error?

A

400-499

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What range of HTTP response codes indicate a server-side error?

A

500-599

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What field in an HTTP header defines when a cached web page should no longer be used?

A

Expires

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What conditional header is used to test if web page content has changed since being cached?

A

If-Modified-Since

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What unique value does the browser check for to see if a piece of web content has changed?

A

ETag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What conditional header field uses an ETag to determine is content is still active on a site?

A

If-None-Match

How well did you know this?
1
Not at all
2
3
4
5
Perfectly