Back to HTTP Check Tool
2xx · Success

200OK

请求成功。

What is HTTP 200?

200 OK 是最常用的 HTTP 响应。表示请求成功,服务器返回了请求的资源。具体响应内容取决于 HTTP 方法:GET 返回资源,POST 返回操作结果。

Example

GET /api/users/1 → 200 OK with user data

Check a URL in real-time

Use our HTTP ping tool to check the actual status code of any URL.

Try httping.io →

Common Use Cases

  • 成功的 GET 请求
  • 表单提交成功
  • API 返回数据

Quick Facts

Code200
Category2xx
TypeSuccess

Related 2xx Codes