GET

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

HTTP GET 方法是用來請求指定資源的表示。使用 GET 的請求應僅用於請求數據(不應包含數據)。

備註:GET 請求中發送主體/有效載荷可能會導致一些現有實現拒絕該請求——雖然規範沒有禁止,但語義是未定義的。最好直接避免在 GET 請求中發送有效載荷。

請求是否有主體
成功回應是否有主體
安全
冪等
可緩存
HTML 表單中是否允許

語法

http
GET /index.html

規範

Specification
HTTP Semantics
# GET

瀏覽器相容性

Report problems with this compatibility data on GitHub
desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
GET

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support

參見