HTTP Request Header Authorization: Difference between revisions
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
=Overview= | =Overview= | ||
A user agent that wishes to authenticate itself with a server may include an "Authorization: " request-header field with the request. The Authorization field value contains credentials: | A user agent that wishes to authenticate itself with a server may include an "Authorization: " request-header field with the request. The Authorization field value contains credentials: | ||
<pre> | <pre> | ||
Authorization: <credentials> | Authorization: <auth-type-and-credentials> | ||
</pre> | </pre> | ||
More details about basic and digest HTTP authentication are available here: {{Internal|Basic and Digest HTTP Authentication|Basic and Digest HTTP Authentication}} | |||
Latest revision as of 16:25, 1 March 2017
External
Internal
Overview
A user agent that wishes to authenticate itself with a server may include an "Authorization: " request-header field with the request. The Authorization field value contains credentials:
Authorization: <auth-type-and-credentials>
More details about basic and digest HTTP authentication are available here: