[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/zh-TW/docs/Web/HTTP/Reference/Status/200 [Back]  [Original]

200 OK - HTTP | MDN

MDN Web Docs

View in English Always switch to English

200 OK

HTTP 200 OK 200 OK

200 OK HTTP

PUT DELETE 200 OK 201 Created 204 No Content

In this article

http
200 OK

GET 200 OK

GET https://example.com 200 OK HTML

http
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 294510
Cache-Control: max-age=604800
Content-Type: text/html; charset=UTF-8
Date: Fri, 21 Jun 2024 14:18:33 GMT
Etag: "3147526947"
Expires: Fri, 28 Jun 2024 14:18:33 GMT
Last-Modified: Thu, 17 Oct 2019 07:18:26 GMT
Server: ECAcc (nyd/D10E)
X-Cache: HIT
Content-Length: 1256

<!doctype html>
<!-- HTML  -->

POST 200 OK

http://example.com/subscribe POST

http
POST /subscribe HTTP/1.1
Host: example.com
Content-Type: application/x-www-form-urlencoded
Content-Length: 50

name=Brian%20Smith&email=brian.smith%40example.com

200 OK

http
HTTP/1.1 200 OK
Content-Type: application/json

{
  "message": "",
  "subscription": {
    "name": "Brian Smith",
    "email": "brian.smith@example.com",
    "id": 123,
    "feed": "default"
  }
}

Specification
HTTP Semantics
# status.200


Web Proxy Viewer  |  New URL  |  Original Page