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
请求中发送有效载荷。
语法
http
GET /index.html
规范
Specification |
---|
HTTP Semantics # GET |
浏览器兼容性
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
GET |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
The compatibility table on 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.