Comment on Using www-authenticate for user authenticationComments−simonw4yI always thought you couldn't implement logout with HTTP basic auth, but according to this:logging out is done by simply returning a 401 without www-authenticate headerI did not know that worked!
Comments
I always thought you couldn't implement logout with HTTP basic auth, but according to this:
I did not know that worked!