%% You should probably cite draft-ietf-httpauth-rest-auth-01 instead of this revision. @techreport{ietf-httpauth-rest-auth-00, number = {draft-ietf-httpauth-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-ietf-httpauth-rest-auth/00/}, author = {Nicolás Williams}, title = {{RESTful Authentication Pattern for the Hypertext Transport Protocol (HTTP)}}, pagetotal = 28, year = 2013, month = aug, day = 14, abstract = {This document proposes a "RESTful" pattern of authentication for HTTP/1.0, 1.1, and 2.0. The goal is to make it easy to add authentication mechanisms to HTTP and to make it easy to implement them even without much help from the HTTP stack (though it is best to integrate authentication into the stack, of course). Among other benefits of RESTauth: it is orthogonal to "HTTP routers" and proxies, it results in session Uniform Resource Identifiers (URIs) that can be DELETEd to logout, naturally supports multi-legged authentication schemes, and it can be universally implemented on the server side with the Common Gateway Interface (CGI) and FastCGI.}, }