Authentication - HTTP Authentication
Table of Contents
1 - About
In an HTTP authentication scheme, the following may play a role:
- HTTP cookies (to saved a session token for instance)
- TLS client certificates for digital signature authentication,
- and authentication entries (ie Authorization headers: name, password).
2 - Articles Related
3 - List
3.1 - Cookie
4 - Documentation / Reference
- Authentication (rfc7235), R. Fielding, J. Reschke. IETF. - Hypertext Transfer Protocol (HTTP/1.1): Authentication.