HTTP Request Header Authorization: Difference between revisions
Jump to navigation
Jump to search
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: | ||
Line 16: | Line 15: | ||
</pre> | </pre> | ||
More details about basic and digest HTTP authentication are available here: {{Internal||}} | |||
https://www.ietf.org/rfc/rfc2617.txt | |||
Revision as of 19:41, 21 February 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: <credentials>
More details about basic and digest HTTP authentication are available here:
- [[|]]