HTTP Request Header Authorization
Jump to navigation
Jump to search
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: