Why is a REST API considered stateless?
The client requests to the server do not include state information.
The REST API is an international API.
No client context is stored on the server between requests.
The state of the server is not important when making requests.
Submit