HTTP Request Header Authorization: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= {{External|https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.8}} =Internal= * HTTP Request =Overview=") |
|||
(4 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: | |||
<pre> | |||
Authorization: <auth-type-and-credentials> | |||
</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: