HTTP Codes Flashcards

1
Q

HTTP 200

A

OK

Used when getting or posting data to indicate success

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

HTTP 201

A

Created

Used when a resource is created with a REST API call

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

HTTP 400

A

Bad Request

Request dailed due to client-side issue

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

HTTP 401

A

Unauthorized

Client isn’t authorized to access site/API call

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

HTTP 403

A

Forbidden

Access not granted based on credentials

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

HTTP 404

A

Not Found

URL location doesn’t exist or is hidden

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