Status code Flashcards

1
Q

1xx

A

1xx: Informational

It means the request has been received and the process is continuing.

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

2xx:

A

2xx: Success

It means the action 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

3xx: Redirection

It means further action must 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

4xx: Client Error

It means the request contains incorrect syntax or cannot be fulfilled.

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

5xx

A

5xx: Server Error

It means the server failed to fulfill an apparently valid request.

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

100

A

Continue
Only a part of the request has been received by the server, but as long as it has not been rejected, the client should continue with the request.

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

101

A

Switching Protocols

The server switches protocol.

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

200

A

OK

The request is OK.

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

201

A

Created

The request is complete, and a new resource is created

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

202

A

Accepted

The request is accepted for processing, but the processing is not complete.

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

301

A

Moved Permanently

The requested page has moved to a new url

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

302

A

The requested page has moved temporarily to a new url .

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

400

A

Server did not understand the request

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

401

A

Unauthorized

The requested page needs a username and a password.

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

404

A

not found

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

500

A

Internal server error

The request was not completed. The server met an unexpected condition.

17
Q

502

A

Bad Gateway

The request was not completed. The server received an invalid response from the upstream server.

18
Q

503

A

Service Unavailable

The request was not completed. The server is temporarily overloading or down.

19
Q

505

A

HTTP Version Not Supported

The server does not support the “http protocol” version.