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.
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
ContinueThe server has received the request headers and the client should proceed to send the request body.
101
Switching ProtocolsThe server is switching protocols as requested by the client.
102
ProcessingThe server has received and is processing the request, but no response is available yet.
103
Early HintsUsed to return some response headers before final HTTP message.
2xx
Success
10
200
OKThe request has succeeded.
201
CreatedThe request has been fulfilled and a new resource has been created.
202
AcceptedThe request has been accepted for processing, but the processing has not been completed.
203
Non-Authoritative InformationThe returned metadata is from a local or third-party copy, not the origin server.
204
No ContentThe server has fulfilled the request but does not need to return a response body.
205
Reset ContentThe server has fulfilled the request and the client should reset the document view.
206
Partial ContentThe server is delivering only part of the resource due to a range header sent by the client.
207
Multi-StatusConveys information about multiple resources in situations where multiple status codes might be appropriate.
208
Already ReportedUsed inside a DAV: propstat response element to avoid enumerating internal members of bindings repeatedly.
226
IM UsedThe 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 ChoicesThe request has more than one possible response. The user or user agent should choose one.
301
Moved PermanentlyThe requested resource has been permanently moved to a new URL.
302
FoundThe requested resource temporarily resides under a different URL.
303
See OtherThe response to the request can be found under a different URL using GET.
304
Not ModifiedThe resource has not been modified since the last request.
307
Temporary RedirectThe request should be repeated with another URL, but future requests should use the original URL.
308
Permanent RedirectThe resource has permanently moved to another URL, specified in the Location header.
4xx
Client Error
25
400
Bad RequestThe server cannot process the request due to malformed syntax or invalid parameters.
401
UnauthorizedAuthentication is required and has failed or has not yet been provided.
403
ForbiddenThe server understood the request but refuses to authorize it.
404
Not FoundThe requested resource could not be found on the server.
405
Method Not AllowedThe request method is not supported for the requested resource.
406
Not AcceptableThe resource cannot generate content matching the Accept headers sent by the client.
407
Proxy Authentication RequiredThe client must first authenticate itself with the proxy.
408
Request TimeoutThe server timed out waiting for the request from the client.
409
ConflictThe request could not be processed because of a conflict with the current state of the resource.
410
GoneThe requested resource is no longer available and no forwarding address is known.
411
Length RequiredThe server refuses to accept the request without a defined Content-Length header.
412
Precondition FailedOne or more conditions given in the request headers evaluated to false on the server.
413
Payload Too LargeThe request entity is larger than the server is willing or able to process.
414
URI Too LongThe request URI is longer than the server is willing to interpret.
415
Unsupported Media TypeThe media format of the requested data is not supported by the server.
416
Range Not SatisfiableThe range specified by the Range header cannot be fulfilled.
417
Expectation FailedThe expectation indicated by the Expect request header cannot be met by the server.
418
I'm a TeapotThe server refuses to brew coffee because it is, permanently, a teapot.
422
Unprocessable EntityThe request was well-formed but semantically incorrect.
425
Too EarlyThe server is unwilling to risk processing a request that might be replayed.
426
Upgrade RequiredThe server refuses to perform the request using the current protocol.
428
Precondition RequiredThe origin server requires the request to be conditional.
429
Too Many RequestsThe user has sent too many requests in a given amount of time (rate limiting).
431
Request Header Fields Too LargeThe server refuses to process the request because the headers are too large.
451
Unavailable For Legal ReasonsThe resource is unavailable due to legal demands (e.g., government censorship or DMCA).
5xx
Server Error
11
500
Internal Server ErrorThe server encountered an unexpected condition that prevented it from fulfilling the request.
501
Not ImplementedThe server does not support the functionality required to fulfill the request.
502
Bad GatewayThe server, while acting as a gateway or proxy, received an invalid response from the upstream server.
503
Service UnavailableThe server is currently unable to handle the request due to temporary overloading or maintenance.
504
Gateway TimeoutThe server, while acting as a gateway or proxy, did not receive a timely response from the upstream server.
505
HTTP Version Not SupportedThe server does not support the HTTP protocol version used in the request.
506
Variant Also NegotiatesTransparent content negotiation for the request results in a circular reference.
507
Insufficient StorageThe server is unable to store the representation needed to complete the request.
508
Loop DetectedThe server detected an infinite loop while processing the request.
510
Not ExtendedFurther extensions to the request are required for the server to fulfill it.
511
Network Authentication RequiredThe client needs to authenticate to gain network access.
