Able to describe the most common HTTP response status codes Flashcards
1
Q
Able to describe the most common HTTP response status codes 200
A
- 200 OK: The request was successful and the server returned the requested data.
2
Q
Able to describe the most common HTTP response status codes 300
A
- 301 Moved Permanently: The requested resource has been permanently moved to a new location.
- 302 Found: The requested resource has been temporarily moved to a new location.
3
Q
Able to describe the most common HTTP response status codes 400
A
- 400 Bad Request: The request was invalid.
- 401 Unauthorized: The request requires authentication, but the user has not provided valid credentials.
- 403 Forbidden: The user does not have permission to access the requested resource.
- 404 Not Found: The requested resource could not be found on the server.
4
Q
Able to describe the most common HTTP response status codes 500
A
- 500 Internal Server Error: An error occurred on the server while processing the request.