HTTP Status Codes Flashcards

1
Q

1xx

A

informational response – the request was received, continuing process

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

2xx

A

successful – the request was successfully received, understood, and accepted

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

3xx

A

redirection – further action needs to be taken in order to complete the request

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

4xx

A

client error – the request contains bad syntax or cannot be fulfilled

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

5xx

A

server error – the server failed to fulfil an apparently valid request

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

100

A

100: “Continue.” This means that the server in question has received your browser’s request headers, and is now ready for the request body to be sent as well. This makes the request process more efficient since it prevents the browser from sending a body request even though the headers have been rejected.

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

101

A

101: “Switching protocols.” Your browser has asked the server to change protocols, and the server has complied.

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

200

A

200 – OK

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

201

A

201 – Created

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

202

A

202 – Accepted

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

204

A

204 – No Content

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

206

A

206 – Partial Content

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

300

A

300 – Multiple Choices

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

301

A

301 – Moved Permanently

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

302

A

302 – Found

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

303

A

303 –See Other

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

304

A

304 – Not Modified

18
Q

307

A

307 – Temporary Redirect

19
Q

308

A

308 – Permanent Redirect

20
Q

400

A

400 – Bad Request

21
Q

401

A

401 – Unauthorized

22
Q

403

A

403 – Forbidden

23
Q

404

A

404 – Not Found

24
Q

405

A

405 – Method Not Allowed

25
Q

408

A

408 – Request Timeout

26
Q

409

A

409 – Conflict

27
Q

411

A

411 – Length Required

28
Q

412

A

412 – Precondition Failed

29
Q

413

A

413 – Request Entity Too Large

30
Q

414

A

414 – Request-URI Too Long

31
Q

415

A

415 – Unsupported Media Type

32
Q

416

A

416 – Requested Range Not Satisfiable

33
Q

421

A

421 – Misdirected Request

34
Q

429

A

429 – Too Many Requests

35
Q

500

A

500 – Internal Server Error

36
Q

501

A

501 – Not Implemented

37
Q

502

A

502 – Bad Gateway

38
Q

503

A

503 – Service Unavailable

39
Q

504

A

504 – Gateway Timeout

40
Q

505

A

505 – HTTP Version Not Supported