This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.b_stds:tech:ietf:http [2020/05/07 18:56] nick ↷ Page moved from dido:public:xapend.stds:tech:ietf:http to dido:public:ra:xapend.stds:tech:ietf:http |
dido:public:ra:xapend:xapend.b_stds:tech:ietf:http [2021/08/17 13:42] (current) murphy [Introduction] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== RFC7235 - Hypertext Transfer Protocol (HTTP/1.1): Authentication ===== | ===== RFC7235 - Hypertext Transfer Protocol (HTTP/1.1): Authentication ===== | ||
| - | [[dido:public:xapend.stds:tech:ietf| return to the IETF Standards ]] | + | [[dido:public:ra:xapend:xapend.b_stds:tech:ietf:start| return to the IETF Standards ]] |
| <table> | <table> | ||
| - | <caption>Data sheet for Hypertext Transfer Protocol (HTTP/1.1): Authentication</caption> | + | <caption>Data sheet for [[dido:public:ra:xapend:xapend.a_glossary:h:http|Hypertext Transfer Protocol]] (HTTP/1.1): [[dido:public:ra:xapend:xapend.a_glossary:a:authentication|Authentication]]</caption> |
| | Title | Transmission Control Protocol | | | Title | Transmission Control Protocol | | ||
| | Acronym | HTTP | | | Acronym | HTTP | | ||
| Line 16: | Line 16: | ||
| ==== Introduction ==== | ==== Introduction ==== | ||
| - | : //HTTP provides a general framework for access control and | + | : //HTTP provides a general framework for [[dido:public:ra:xapend:xapend.a_glossary:a:accesscontrol|access control]] and |
| authentication, via an extensible set of challenge-response | authentication, via an extensible set of challenge-response | ||
| - | authentication schemes, which can be used by a server to challenge a | + | authentication schemes, which can be used by a [[dido:public:ra:xapend:xapend.a_glossary:s:server|server]] to challenge a |
| - | client request and by a client to provide authentication information. | + | [[dido:public:ra:xapend:xapend.a_glossary:c:client|client]] request and by a client to provide authentication information. |
| This document defines HTTP/1.1 authentication in terms of the | This document defines HTTP/1.1 authentication in terms of the | ||
| architecture defined in "Hypertext Transfer Protocol (HTTP/1.1): | architecture defined in "Hypertext Transfer Protocol (HTTP/1.1): | ||
| Line 32: | Line 32: | ||
| specifications, including the "basic" and "digest" authentication | specifications, including the "basic" and "digest" authentication | ||
| schemes previously defined by [[https://tools.ietf.org/html/rfc2617 | RFC 2617]].// | schemes previously defined by [[https://tools.ietf.org/html/rfc2617 | RFC 2617]].// | ||
| + | |||
| + | |||
| + | /**=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
| + | /* To add a discussion page to this page, comment out the line that says | ||
| + | ~~DISCUSSION:off~~ | ||
| + | */ | ||
| + | ~~DISCUSSION:on|Outstanding Issues~~ | ||
| + | ~~DISCUSSION:off~~ | ||