HTTP Status Code Reference

Mahahanapang sanggunian ng lahat ng HTTP status code na may mga paglalarawan at karaniwang gamit

Lahat ng proseso ay nangyayari sa iyong browser. Walang data na ina-upload.
Offline Ready

HTTP Status Code Reference

Mahahanapang sanggunian ng lahat ng HTTP status code na may mga paglalarawan at karaniwang gamit

🔒Lahat ng proseso ay nangyayari sa iyong browser. Walang data na ina-upload.
Maghanap ayon sa code number, pangalan, o paglalarawan...
1xx
Informational
4
100
Continue
The server has received the request headers and the client should proceed to send the request body.
101
Switching Protocols
The server is switching protocols as requested by the client.
102
Processing
The server has received and is processing the request, but no response is available yet.
103
Early Hints
Used to return some response headers before final HTTP message.
2xx
Success
10
200
OK
The request has succeeded.
201
Created
The request has been fulfilled and a new resource has been created.
202
Accepted
The request has been accepted for processing, but the processing has not been completed.
203
Non-Authoritative Information
The returned metadata is from a local or third-party copy, not the origin server.
204
No Content
The server has fulfilled the request but does not need to return a response body.
205
Reset Content
The server has fulfilled the request and the client should reset the document view.
206
Partial Content
The server is delivering only part of the resource due to a range header sent by the client.
207
Multi-Status
Conveys information about multiple resources in situations where multiple status codes might be appropriate.
208
Already Reported
Used inside a DAV: propstat response element to avoid enumerating internal members of bindings repeatedly.
226
IM Used
The server has fulfilled a GET request and the response is a representation of the result of one or more instance-manipulations.
3xx
Redirection
7
300
Multiple Choices
The request has more than one possible response. The user or user agent should choose one.
301
Moved Permanently
The requested resource has been permanently moved to a new URL.
302
Found
The requested resource temporarily resides under a different URL.
303
See Other
The response to the request can be found under a different URL using GET.
304
Not Modified
The resource has not been modified since the last request.
307
Temporary Redirect
The request should be repeated with another URL, but future requests should use the original URL.
308
Permanent Redirect
The resource has permanently moved to another URL, specified in the Location header.
4xx
Client Error
25
400
Bad Request
The server cannot process the request due to malformed syntax or invalid parameters.
401
Unauthorized
Authentication is required and has failed or has not yet been provided.
403
Forbidden
The server understood the request but refuses to authorize it.
404
Not Found
The requested resource could not be found on the server.
405
Method Not Allowed
The request method is not supported for the requested resource.
406
Not Acceptable
The resource cannot generate content matching the Accept headers sent by the client.
407
Proxy Authentication Required
The client must first authenticate itself with the proxy.
408
Request Timeout
The server timed out waiting for the request from the client.
409
Conflict
The request could not be processed because of a conflict with the current state of the resource.
410
Gone
The requested resource is no longer available and no forwarding address is known.
411
Length Required
The server refuses to accept the request without a defined Content-Length header.
412
Precondition Failed
One or more conditions given in the request headers evaluated to false on the server.
413
Payload Too Large
The request entity is larger than the server is willing or able to process.
414
URI Too Long
The request URI is longer than the server is willing to interpret.
415
Unsupported Media Type
The media format of the requested data is not supported by the server.
416
Range Not Satisfiable
The range specified by the Range header cannot be fulfilled.
417
Expectation Failed
The expectation indicated by the Expect request header cannot be met by the server.
418
I'm a Teapot
The server refuses to brew coffee because it is, permanently, a teapot.
422
Unprocessable Entity
The request was well-formed but semantically incorrect.
425
Too Early
The server is unwilling to risk processing a request that might be replayed.
426
Upgrade Required
The server refuses to perform the request using the current protocol.
428
Precondition Required
The origin server requires the request to be conditional.
429
Too Many Requests
The user has sent too many requests in a given amount of time (rate limiting).
431
Request Header Fields Too Large
The server refuses to process the request because the headers are too large.
451
Unavailable For Legal Reasons
The resource is unavailable due to legal demands (e.g., government censorship or DMCA).
5xx
Server Error
11
500
Internal Server Error
The server encountered an unexpected condition that prevented it from fulfilling the request.
501
Not Implemented
The server does not support the functionality required to fulfill the request.
502
Bad Gateway
The server, while acting as a gateway or proxy, received an invalid response from the upstream server.
503
Service Unavailable
The server is currently unable to handle the request due to temporary overloading or maintenance.
504
Gateway Timeout
The server, while acting as a gateway or proxy, did not receive a timely response from the upstream server.
505
HTTP Version Not Supported
The server does not support the HTTP protocol version used in the request.
506
Variant Also Negotiates
Transparent content negotiation for the request results in a circular reference.
507
Insufficient Storage
The server is unable to store the representation needed to complete the request.
508
Loop Detected
The server detected an infinite loop while processing the request.
510
Not Extended
Further extensions to the request are required for the server to fulfill it.
511
Network Authentication Required
The client needs to authenticate to gain network access.