Codes Flashcards

1
Q

300

A

Multiple Choices
The requested resource has different choices and cannot be resolved into one. For example, there may be several index.html pages depending on which language is wanted (such as Dutch).

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

301

A

Moved
The requested resource has been assigned a new permanent URI and any future references to this resource should use one of the returned URIs.

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

302

A

Found
The requested resource resides temporarily under a different URI. Since the redirection might be altered on occasion, the client SHOULD continue to use the Request-URI for future requests.

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

304

A

Not Modified
If the client has performed a conditional GET request and access is allowed, but the document has not been modified, the server SHOULD respond with this status code. The 304 response MUST NOT contain a message-body, and thus is always terminated by the first empty line after the header fields.

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

307

A

Temporary Redirect
The requested resource resides temporarily under a different URI. Since the redirection MAY be altered on occasion, the client SHOULD continue to use the Request-URI for future requests.

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

400

A

Bad Request
The request could not be understood by the server due to malformed syntax. The client SHOULD NOT repeat the request without modifications.

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

401

A

Unauthorized
The request requires user authentication. The response MUST include a WWW-Authenticate header field containing a challenge applicable to the requested resource.

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

403

A

Forbidden
The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated (the client should not send the request again, even with modification).

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

404

A

Not Found
The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.

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

410

A

Gone
The requested resource is no longer available at the server and no forwarding address is known. This condition is expected to be considered permanent; if not, or unknown if permanent, should return 404 instead.

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

500

A

Internal Server Error
Blanket Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.

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

501

A

Not Implemented
Server does not support functionality required to fulfill request; server does not recognize the request method and is not capable of supporting it for any resource.

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

503

A
Service Unavailable
Your web server is unable to handle your HTTP request at the time; its up, but maybe have:
- crashed
- overloaded
- under maintenance
- under attack
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

550

A

Permission Denied

Can’t perform that action while using current account.

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

200

A

OK

The request has succeeded. The information returned with the response is dependent on the method used in the request.

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