Can you help me understand this? “Common REST Mistakes: Sessions are irrelevant”
To be RESTful, each HTTP request should carry enough information by itself for its recipient to process it to be in complete harmony with the stateless nature of HTTP. Okay, I get that HTTP authentication is done automatically on every message – but how? Yes, the username and password is sent with every request. The … Read more