GET
The GET
requests a representation of the specified resource. Requests using GET
should only retrieve data.
Request has body | No |
Successful response has body | Yes |
Safe | Yes |
Idempotent | Yes |
Cacheable | Yes |
Allowed in HTML forms | Yes |
Syntax
GET /index.html
Specifications
|
Desktop |
|
Chrome |
Edge |
Firefox |
Internet Explorer |
Opera |
Safari |
Basic support |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
|
Mobile |
|
Android webview |
Chrome for Android |
Edge Mobile |
Firefox for Android |
Opera for Android |
iOS Safari |
Samsung Internet |
Basic support |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
See also