Buscador de Códigos de Estado HTTP

Referencia completa de códigos de estado HTTP. Busca el significado de cualquier código de estado, comprende los códigos de respuesta y aprende sobre códigos de error HTTP.

Buscar y Filtrar
100

Continue

Informativo (1xx)

The server has received the request headers and the client should proceed to send the request body.

101

Switching Protocols

Informativo (1xx)

The requester has asked the server to switch protocols and the server has agreed.

102

Processing

Informativo (1xx)

A WebDAV request may contain many sub-requests involving file operations, requiring a long time to complete the request.

103

Early Hints

Informativo (1xx)

Used to return some response headers before final HTTP message.

200

OK

Éxito (2xx)

The request is successful. The meaning of success depends on the HTTP method used.

201

Created

Éxito (2xx)

The request has been fulfilled and a new resource has been created.

202

Accepted

Éxito (2xx)

The request has been accepted for processing, but the processing has not been completed.

203

Non-Authoritative Information

Éxito (2xx)

The request was successful but the information may have been modified by a transforming proxy.

204

No Content

Éxito (2xx)

The server successfully processed the request but is not returning any content.

205

Reset Content

Éxito (2xx)

The server successfully processed the request but is not returning any content and requires the requester to reset the document view.

206

Partial Content

Éxito (2xx)

The server is delivering only part of the resource due to a range header sent by the client.

207

Multi-Status

Éxito (2xx)

Provides status for multiple independent operations.

208

Already Reported

Éxito (2xx)

The members of a DAV binding have already been enumerated in a preceding part of the multistatus response.

226

IM Used

Éxito (2xx)

The server has fulfilled a GET request for the resource, and the response is a representation of the result of one or more instance-manipulations applied to the current instance.

300

Multiple Choices

Redirección (3xx)

The request has more than one possible response. The user agent should choose one of them.

301

Moved Permanently

Redirección (3xx)

The URL of the requested resource has been changed permanently. The new URL is given in the response.

302

Found

Redirección (3xx)

The URL of the requested resource has been changed temporarily. Further changes in the URL might be made in the future.

303

See Other

Redirección (3xx)

The server sent this response to direct the client to get the requested resource at another URI with a GET request.

304

Not Modified

Redirección (3xx)

Used for caching purposes. The client can use cached version of the response.

305

Use Proxy

Redirección (3xx)

The requested resource is available only through a proxy.

306

Unused

Redirección (3xx)

This response code is no longer used and is reserved.

307

Temporary Redirect

Redirección (3xx)

The server sends this response to direct the client to get the requested resource at another URI with the same method.

308

Permanent Redirect

Redirección (3xx)

This means the resource is now permanently located at another URI.

400

Bad Request

httpStatusCodeLookup.categories.client-error

The server could not understand the request due to invalid syntax.

401

Unauthorized

httpStatusCodeLookup.categories.client-error

Authentication is required and has failed or has not yet been provided.

402

Payment Required

httpStatusCodeLookup.categories.client-error

This response code is reserved for future use and was originally created for digital payment systems.

403

Forbidden

httpStatusCodeLookup.categories.client-error

The client does not have access rights to the content; the server is refusing to give the requested resource.

404

Not Found

httpStatusCodeLookup.categories.client-error

The server can not find the requested resource. This is the most common error on the internet.

405

Method Not Allowed

httpStatusCodeLookup.categories.client-error

The request method is known by the server but is not supported by the target resource.

406

Not Acceptable

httpStatusCodeLookup.categories.client-error

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

407

Proxy Authentication Required

httpStatusCodeLookup.categories.client-error

This is similar to 401 but authentication is required to be done by a proxy.

408

Request Timeout

httpStatusCodeLookup.categories.client-error

The server timed out waiting for the request. The client did not produce a request within the time the server was prepared to wait.

409

Conflict

httpStatusCodeLookup.categories.client-error

This response is sent when a request conflicts with the current state of the server.

410

Gone

httpStatusCodeLookup.categories.client-error

The requested content has been permanently deleted from the server with no forwarding address.

411

Length Required

httpStatusCodeLookup.categories.client-error

The server rejects the request because the Content-Length header field is not defined and the server requires it.

412

Precondition Failed

httpStatusCodeLookup.categories.client-error

The client has indicated preconditions in its headers which the server does not meet.

413

Payload Too Large

httpStatusCodeLookup.categories.client-error

The request entity is larger than limits defined by the server.

414

URI Too Long

httpStatusCodeLookup.categories.client-error

The URI requested by the client is longer than the server is willing to interpret.

415

Unsupported Media Type

httpStatusCodeLookup.categories.client-error

The media format of the requested data is not supported by the server.

416

Range Not Satisfiable

httpStatusCodeLookup.categories.client-error

The range specified by the Range header field in the request cannot be fulfilled.

417

Expectation Failed

httpStatusCodeLookup.categories.client-error

The expectation indicated by the Expect request header field cannot be met by the server.

418

I'm a teapot

httpStatusCodeLookup.categories.client-error

This code was defined in 1998 as one of the traditional IETF April Fools' jokes.

421

Misdirected Request

httpStatusCodeLookup.categories.client-error

The request was directed at a server that is not able to produce a response.

422

Unprocessable Entity

httpStatusCodeLookup.categories.client-error

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

423

Locked

httpStatusCodeLookup.categories.client-error

The resource that is being accessed is locked.

424

Failed Dependency

httpStatusCodeLookup.categories.client-error

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

425

Too Early

httpStatusCodeLookup.categories.client-error

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

426

Upgrade Required

httpStatusCodeLookup.categories.client-error

The server refuses to perform the request using the current protocol.

428

Precondition Required

httpStatusCodeLookup.categories.client-error

The origin server requires the request to be conditional.

429

Too Many Requests

httpStatusCodeLookup.categories.client-error

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

431

Request Header Fields Too Large

httpStatusCodeLookup.categories.client-error

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

451

Unavailable For Legal Reasons

httpStatusCodeLookup.categories.client-error

The server is denying access to the resource as a consequence of a legal demand.

500

Internal Server Error

httpStatusCodeLookup.categories.server-error

The server has encountered a situation it does not know how to handle.

501

Not Implemented

httpStatusCodeLookup.categories.server-error

The request method is not supported by the server and cannot be handled.

502

Bad Gateway

httpStatusCodeLookup.categories.server-error

The server, while acting as a gateway or proxy, received an invalid response from an upstream server.

503

Service Unavailable

httpStatusCodeLookup.categories.server-error

The server is not ready to handle the request. Common causes are a server that is down for maintenance or is overloaded.

504

Gateway Timeout

httpStatusCodeLookup.categories.server-error

The server was acting as a gateway or proxy and did not receive a timely response from the upstream server.

505

HTTP Version Not Supported

httpStatusCodeLookup.categories.server-error

The HTTP version used in the request is not supported by the server.

506

Variant Also Negotiates

httpStatusCodeLookup.categories.server-error

The server has an internal configuration error.

507

Insufficient Storage

httpStatusCodeLookup.categories.server-error

The method could not be performed on the resource because the server is unable to store the representation needed to successfully complete the request.

508

Loop Detected

httpStatusCodeLookup.categories.server-error

The server detected an infinite loop while processing the request.

510

Not Extended

httpStatusCodeLookup.categories.server-error

Further extensions to the request are required for the server to fulfill it.

511

Network Authentication Required

httpStatusCodeLookup.categories.server-error

The client needs to authenticate to gain network access.