HTTP Status Codes Flashcards

1
Q

200

A

Success.

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

GET

A

an entity corresponding to the requested resource is sent in the response

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

HEAD

A

the entity-header fields corresponding to the requested resource are sent in the response without any message-body

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

POST

A

an entity describing or containing the result of the action

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

TRACE

A

an entity containing the request message as received by the end server

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

301

A

Moved permanently.

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

302

A

Found (Previously ‘Moved Temporarily’)

Tells the client to look at (browse to) another URL. 302 has been superseded by 303 and 307. This is an example of industry practice contradicting the standard. The HTTP/1.0 specification (RFC 1945) required the client to perform a temporary redirect (the original describing phrase was “Moved Temporarily”),[22] but popular browsers implemented 302 with the functionality of a 303 See Other. Therefore, HTTP/1.1 added status codes 303 and 307 to distinguish between the two behaviours.[23] However, some Web applications and frameworks use the 302 status code as if it were the 303

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

303

A

See other.

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

304

A

Not modified

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

401

A

Unauthorised

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

403

A

Forbidden

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

404

A

Not found

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

410

A

Gone

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

418

A

I’m a teapot

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

500

A

Server error

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

502

A

Bad gateway.

The server was acting as a gateway or proxy and received an invalid response from the upstream server

17
Q

503

A

Unavailable

The server cannot handle the request (because it is overloaded or down for maintenance). Generally, this is a temporary state

18
Q

504

A

Timeout