HTTP Codes Flashcards
1
Q
HTTP 200
A
OK
Used when getting or posting data to indicate success
2
Q
HTTP 201
A
Created
Used when a resource is created with a REST API call
3
Q
HTTP 400
A
Bad Request
Request dailed due to client-side issue
4
Q
HTTP 401
A
Unauthorized
Client isn’t authorized to access site/API call
5
Q
HTTP 403
A
Forbidden
Access not granted based on credentials
6
Q
HTTP 404
A
Not Found
URL location doesn’t exist or is hidden