Reset Schedule: 00:00 & 12:00 (GMT+7) Daily
HTTP Status Code Reference
Look up any HTTP status code and understand its meaning, category, and usage.
The server received the request headers and the client should proceed to send the request body.
The server is switching protocols as requested by the client (e.g., WebSocket upgrade).
The request succeeded. The response payload depends on the HTTP method used.
The request succeeded and a new resource was created as a result.
The server successfully processed the request but is not returning any content.
The resource has been permanently moved to a new URL. Search engines will update their index.
The resource temporarily resides at a different URL. The client should continue to use the original URL.
The cached version of the resource is still valid. No need to re-transfer.
The resource temporarily resides at a different URL. The request method must not change.
The resource has been permanently moved. The request method must not change.
The server cannot process the request due to malformed syntax or invalid request framing.
Authentication is required and has failed or has not been provided.
The server understood the request but refuses to authorize it.
The server cannot find the requested resource. The URL is not recognized.
The HTTP method used is not supported for the requested resource.
The server timed out waiting for the request from the client.
The user has sent too many requests in a given amount of time (rate limiting).
The server encountered an unexpected condition that prevented it from fulfilling the request.
The server received an invalid response from an upstream server while acting as a gateway.
The server is currently unable to handle the request due to maintenance or overloading.
The server did not receive a timely response from an upstream server.