HTTP Request Header Authorization: Difference between revisions
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
=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: