--- title: 100 Continue slug: Web/HTTP/Status/100 translation_of: Web/HTTP/Status/100 ---
HTTP 100 Continue
訊息狀態回應碼表示,目前為止的一切完好,用戶端應該繼續完成請求,或當請求已經完成的狀態下應忽略此訊息。
若要使伺服器確認請求標頭,用戶端必須在最初請求的標頭中,傳送{{HTTPHeader("Expect")}}: 100-continue
,並且在傳送主體前,接收 100 Continue
狀態碼。
100 Continue
Specification | Title |
---|---|
{{RFC("7231", "100 Continue" , "6.2.1")}} | Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content |
The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
{{Compat("http.status.100")}}