Parse an Authorization or Proxy-Authorization header (RFC 7235). Supports Basic (with base64 decode), Bearer, and challenge-response schemes (Digest, etc.).
Raw Authorization header value
Authorization
Parsed credentials, or null for empty input
null
Parse an Authorization or Proxy-Authorization header (RFC 7235). Supports Basic (with base64 decode), Bearer, and challenge-response schemes (Digest, etc.).