2xx · Success
200OK
请求成功。
What is HTTP 200?
200 OK 是最常用的 HTTP 响应。表示请求成功,服务器返回了请求的资源。具体响应内容取决于 HTTP 方法:GET 返回资源,POST 返回操作结果。
Example
GET /api/users/1 → 200 OK with user dataCheck a URL in real-time
Use our HTTP ping tool to check the actual status code of any URL.
Try httping.io →