GET
The HTTP GET
method 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 | Servo |
Basic Support |
(Yes) |
(Yes) |
(Yes) |
(Yes) |
(Yes) |
(Yes) |
(Yes) |
Feature | Android | Chrome for Android | Edge Mobile | Firefox for Android | IE Mobile | Opera Mobile | Safari Mobile |
Basic Support |
(Yes) |
(Yes) |
(Yes) |
(Yes) |
(Yes) |
(Yes) |
(Yes) |
See also