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
Browser compatibility
Feature |
Chrome |
Edge |
Firefox |
Internet Explorer |
Opera |
Safari |
Basic support |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Feature |
Android webview |
Chrome for Android |
Edge mobile |
Firefox for Android |
IE mobile |
Opera Android |
iOS Safari |
Basic support |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
See also