InicioHerramientas de DesarrolloCódigos de Estado HTTP

Códigos de Estado HTTP

Referencia completa de códigos de estado HTTP. Busca, navega y copia códigos.

400
Bad RequestClient

The server cannot process the request due to a client error (malformed syntax, invalid request).

Click to copy
401
UnauthorizedClient

Authentication is required and has failed or not been provided.

Click to copy
402
Payment RequiredClient

Reserved for future use (often used for digital payment systems).

Click to copy
403
ForbiddenClient

The server understood the request but refuses to authorize it.

Click to copy
404
Not FoundClient

The requested resource could not be found on the server.

Click to copy
405
Method Not AllowedClient

The request method is not supported for the requested resource.

Click to copy
406
Not AcceptableClient

The server cannot produce a response matching the list of acceptable values defined in the request.

Click to copy
407
Proxy Authentication RequiredClient

The client must first authenticate itself with the proxy.

Click to copy
408
Request TimeoutClient

The server timed out waiting for the request.

Click to copy
409
ConflictClient

The request could not be completed due to a conflict with the current state of the resource.

Click to copy
410
GoneClient

The requested resource is no longer available at the server.

Click to copy
411
Length RequiredClient

The request did not specify the length of its content, which is required.

Click to copy
412
Precondition FailedClient

One or more conditions given in the request header fields evaluated to false.

Click to copy
413
Payload Too LargeClient

The request is larger than the server is willing to process.

Click to copy
414
URI Too LongClient

The URI provided was too long for the server to process.

Click to copy
415
Unsupported Media TypeClient

The request entity has a media type which the server does not support.

Click to copy
416
Range Not SatisfiableClient

The range specified in the request header cannot be fulfilled.

Click to copy
417
Expectation FailedClient

The expectation given in the Expect request header could not be met.

Click to copy
418
I'm a TeapotClient

The server refuses to brew coffee because it is a teapot (April Fools' joke from 1998).

Click to copy
421
Misdirected RequestClient

The request was directed at a server that cannot produce a response.

Click to copy
422
Unprocessable EntityClient

The request was well-formed but was unable to be followed due to semantic errors.

Click to copy
423
LockedClient

The resource is locked and cannot be accessed.

Click to copy
424
Failed DependencyClient

The request failed because it depended on another request that failed.

Click to copy
425
Too EarlyClient

The server is unwilling to risk processing a request that might be replayed.

Click to copy
426
Upgrade RequiredClient

The client should switch to a different protocol.

Click to copy
428
Precondition RequiredClient

The origin server requires the request to be conditional.

Click to copy
429
Too Many RequestsClient

The user has sent too many requests in a given amount of time.

Click to copy
431
Request Header Fields Too LargeClient

The server is unwilling to process the request because its header fields are too large.

Click to copy
451
Unavailable For Legal ReasonsClient

The resource is unavailable for legal reasons.

Click to copy