Status code Flashcards
1xx
1xx: Informational
It means the request has been received and the process is continuing.
2xx:
2xx: Success
It means the action was successfully received, understood, and accepted.
3xx
3xx: Redirection
It means further action must be taken in order to complete the request.
4xx
4xx: Client Error
It means the request contains incorrect syntax or cannot be fulfilled.
5xx
5xx: Server Error
It means the server failed to fulfill an apparently valid request.
100
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.
101
Switching Protocols
The server switches protocol.
200
OK
The request is OK.
201
Created
The request is complete, and a new resource is created
202
Accepted
The request is accepted for processing, but the processing is not complete.
301
Moved Permanently
The requested page has moved to a new url
302
The requested page has moved temporarily to a new url .
400
Server did not understand the request
401
Unauthorized
The requested page needs a username and a password.
404
not found