ToolIQ
所有工具

HTTP Status Codes

免费 HTTP 状态码参考。搜索和查询所有 HTTP 状态码(1xx-5xx)及其描述。包括 200、404、500 和所有标准代码。

100

Continue

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

101

Switching Protocols

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

200

OK

The request has succeeded.

201

Created

The request has been fulfilled and resulted in a new resource being created.

202

Accepted

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

204

No Content

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

206

Partial Content

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

301

Moved Permanently

This and all future requests should be directed to the given URI.

302

Found

The resource was found but at a different URI. Tells client to use the new URI temporarily.

304

Not Modified

The resource has not been modified since the last request. Use cached version.

307

Temporary Redirect

The request should be repeated with another URI, but method must not change.

308

Permanent Redirect

The request and all future requests should be repeated with a new URI.

400

Bad Request

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

401

Unauthorized

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

403

Forbidden

The request was valid but the server is refusing action. The user might not have permissions.

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.

408

Request Timeout

The server timed out waiting for the request.

409

Conflict

The request could not be processed because of conflict in the current state of the resource.

410

Gone

The resource is no longer available and will not be available again.

418

I'm a Teapot

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

422

Unprocessable Entity

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

429

Too Many Requests

The user has sent too many requests in a given amount of time (rate limiting).

500

Internal Server Error

A generic error message for unexpected server errors.

501

Not Implemented

The server does not recognize the request method, or lacks the ability to fulfill it.

502

Bad Gateway

The server received an invalid response from an upstream server.

503

Service Unavailable

The server is currently unavailable (overloaded or down for maintenance).

504

Gateway Timeout

The upstream server failed to send a request in time.

511

Network Authentication Required

The client needs to authenticate to gain network access.

关于HTTP Status Codes

HTTP Status Codes完全在您的浏览器中运行。您的数据保留在您的设备上——不会上传到任何服务器。

免费 HTTP 状态码参考。搜索和查询所有 HTTP 状态码(1xx-5xx)及其描述。包括 200、404、500 和所有标准代码。 免费, 无需注册, 隐私优先.

如何使用HTTP Status Codes

查找 HTTP 状态码及其含义。为调试 API 和 Web 响应的开发者提供快速参考。

  1. 1

    搜索或浏览

    在搜索框中输入状态码以跳转到它,或浏览按类别分组的完整列表。

  2. 2

    查看详情

    每个代码显示其名称、类别(1xx-5xx)以及何时返回的简短描述。

  3. 3

    复制以供参考

    点击任意代码以复制它,或记下类别以便在调试时快速回忆。

提示

  • 2xx 代码表示成功,3xx 是重定向,4xx 是客户端错误,5xx 是服务器错误。
  • 404(未找到)和 500(内部服务器错误)是您最常遇到的代码。

相关工具

更多Developer工具

常见问题

HTTP 状态码参考是免费的吗?

是的,我们的 HTTP 状态码参考完全免费。您可以浏览和搜索所有状态码,无需注册。

包含哪些 HTTP 状态码?

我们涵盖所有标准 HTTP 状态码,包括 1xx(信息)、2xx(成功)、3xx(重定向)、4xx(客户端错误)和 5xx(服务器错误)类别。

我可以搜索特定状态码吗?

是的。使用搜索框按数字或关键字查找代码。结果会随您输入即时过滤。

该参考可以离线使用吗?

是的。页面加载后,所有状态码数据都在浏览器中可用,无需网络连接即可使用。

Comments

Leave a comment

0/1000