Content deleted Content added
m Reverted edits by 67.230.91.159 (talk) (HG) (3.4.12) |
|||
Line 48:
# The username and password are combined with a single colon (:). This means that the username itself cannot contain a colon.
# The resulting string is encoded into an octet sequence. The character set to use for this encoding is by default unspecified, as long as it is compatible with US-ASCII, but the server may suggest the use of UTF-8 by sending the ''charset'' parameter.<ref name="RFC7617" />
# The resulting string is encoded using a variant of Base64 (+/ and with padding).
# The authorization method and a space character (e.g. "Basic ") is then prepended to the encoded string.
|