Web Technologies (HTML, CSS, JavaScript, HTTP)
Select the accurate description of RESTful API.
- A. A server-side mechanism used to store user information across multiple page requests.
- B. A web design approach that makes pages render well across different screen sizes and devices.
- C. A browser security mechanism that controls whether a web page can request resources from a different origin.
- D. An architectural style for web services that uses standard HTTP methods to operate on resources. ✓
Correct answer
D. An architectural style for web services that uses standard HTTP methods to operate on resources.
Explanation
RESTful API refers to an architectural style for web services that uses standard HTTP methods to operate on resources.