HTTP Status Codes
What are HTTP Status Codes?
HTTP Status Codes are three-digit numbers generated by a server that indicate the result of an HTTP request.
Here are some common HTTP status codes you might come across in your responses:
- HTTP status 200: OK.
- HTTP status 401: Unauthorized.
- HTTP status 403: Forbidden.
- HTTP status 408: Request Timeout.
- HTTP status 500: Internal Server Error.
- HTTP status 503: Service Unavailable.
- HTTP status 504: Gateway Timeout.