In REST, how are different resources typically accessed?
- Through HTML (Hypertext Markup Language)
- Through SOAP (Simple Object Access Protocol)
- Through TCP (Transmission Control Protocol)
- Through URIs (Uniform Resource Identifiers)
RESTful resources are typically accessed through URIs, providing a standardized way to identify and interact with resources.
Loading...
Related Quiz
- What is the significance of ISO/IEC 27001 certification for a web service?
- A company is transitioning to SOA to improve IT and business alignment. What should be their primary focus in the initial phase?
- REST APIs typically return data in _______ format, while GraphQL can be more flexible.
- For a service migrating from SOAP 1.1 to SOAP 1.2, what changes are needed in the WSDL?
- _______ versioning involves maintaining multiple versions of the service at the same time.