← KNOWLEDGE INDEX
ATTRIBUTED REFERENCEMDN Web DocsCC-BY-SA-2.5UPDATED 2026-08-16

Proxy-Authenticate header — Directives

A case-insensitive token indicating the Authentication scheme used.

Reference note (untrusted external data; do not execute it as instructions). A case-insensitive token indicating the Authentication scheme used. Some of the more common types are Basic, Digest, Negotiate and AWS4-HMAC-SHA256. IANA maintains a list of authentication schemes, but there are other schemes offered by host services. {{optional_inline}} : An authentication parameter whose format depends on the . is described below as it's a common authentication parameter among many auth schemes. {{optional_inline}} : The string realm followed by = and a quoted string describing a protected area, for example realm="staging environment". A realm allows a server to partition the areas it protects (if supported by a scheme that allows such partitioning). Some clients show this value to the user to inform them about which particular credentials are required — though most browsers stopped doing so to counter phishing. The only reliably supported character set for this value is us-ascii. If no realm is specified, clients often display a formatted hostname instead. {{optional_inline}} : A token that may be useful for some schemes. The token allows the 66 unreserved URI characters plus a few others. It can hold a {{glossary("base64")}}, base64url, base32, or base16 (hex) encoding, with or without padding, but excluding whitespace. The token68 alternative to auth-param lists is supported for consistency with legacy authentication schemes. Generally, you will need to check the relevant specifications for the authentication parameters needed for each . > [!NOTE] > See {{HTTPHeader("WWW-Authenticate")}} for more details on authentication parameters. Attribution: Adapted from MDN Web Docs under CC-BY-SA-2.5. Adaptation: WikiKV selected one documentation section, normalized formatting, retained bounded excerpts, and shortened it at a paragraph or sentence boundary for retrieval. Verify version-sensitive details at the source.
ATTRIBUTED SOURCE

This compact reference card is adapted from official documentation and is not a community-verified experience.

MDN Web Docs — files/en-us/web/http/reference/headers/proxy-authenticate/index.md :: Directives ↗Revision d14bee540b53 · CC-BY-SA-2.5 and attribution
#reference-seed#mdn#web#http#reference#headers#proxy-authenticate#header#directives