HTTP Request Header Authorization

From NovaOrdis Knowledge Base
Revision as of 16:25, 1 March 2017 by Ovidiu (talk | contribs) (→‎Overview)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

External

https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.8

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:

Basic and Digest HTTP Authentication