Token-based authentication is often used in RESTful APIs because it does not maintain _______.
- Cookies
- Persistent Connections
- Server Logs
- Session State
Token-based authentication is preferred in RESTful APIs as it does not require maintaining session state on the server.
Loading...
Related Quiz
- In REST, how are different resources typically accessed?
- WSDL documents are formatted in which language?
- XML uses _______ to define the structure of the data it encloses.
- In a scenario where a web service handles sensitive data, what TLS feature should be prioritized to prevent data breaches?
- A multinational corporation aims to integrate its disparate web services. What approach should be prioritized for maximum interoperability?