%% You should probably cite draft-williams-http-rest-auth-03 instead of this revision. @techreport{williams-http-rest-auth-00, number = {draft-williams-http-rest-auth-00}, type = {Internet-Draft}, institution = {Internet Engineering Task Force}, publisher = {Internet Engineering Task Force}, note = {Work in Progress}, url = {https://datatracker.ietf.org/doc/draft-williams-http-rest-auth/00/}, author = {Nicolás Williams}, title = {{RESTful Authentication Pattern for the HyperText Transport Protocol (HTTP)}}, pagetotal = 18, year = 2012, month = aug, day = 11, abstract = {This document proposes a "RESTful" pattern of authentication for HTTP/1.0, 1.1, and 2.0. The existing 401 status code and WWW- Authenticate header are used to indicate that authentication is required and for negotiation purposes. The client POSTs an initial authentication message to an indicated login URI, and reply messages are returned as new representations of a session resource named by a session URI. This approach has a number of benefits: it can be implemented with or without help from the HTTP stack, it can be universally implemented on the server side using the Common Information Gateway (CGI) and FastCGI, it results in a session Uniform Resource Identifier (URI) that can be DELETEd to logout, it is completely orthogonal to any HTTP "routers" and proxies, and it naturally (i.e., without changing HTTP) handles multi-legged authentication mechanisms. Among other features supported are: channel binding, an optional round trip optimization for challenge/response mechanisms, somecryptographic protection options for clients that don't use Transport Layer Security (TLS), stronger authentication of servers/ services to users (where authentication mechanisms provide that) and more.}, }