CCSP · Question #391
Which protocol does the REST API depend on?
The correct answer is A. HTTP. REST (Representational State Transfer) is an architectural style that relies on HTTP as its underlying transport protocol. REST APIs use standard HTTP methods - GET, POST, PUT, DELETE, PATCH - to perform operations on resources identified by URLs. XML (B) is a data format that ca
Question
Which protocol does the REST API depend on?
Options
- AHTTP
- BXML
- CSAML
- DSSH
How the community answered
(46 responses)- A87% (40)
- B2% (1)
- C4% (2)
- D7% (3)
Explanation
REST (Representational State Transfer) is an architectural style that relies on HTTP as its underlying transport protocol. REST APIs use standard HTTP methods - GET, POST, PUT, DELETE, PATCH - to perform operations on resources identified by URLs. XML (B) is a data format that can be used in payloads but is not the protocol REST depends on. SAML (C) is an authentication/authorization standard, and SSH (D) is a secure shell protocol unrelated to REST.
Topics
Community Discussion
No community discussion yet for this question.