mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
The WWW-Authenticate header can optionally specify the charset that the server uses after decoding credentials. If this is not specified, most clients will limit the available characters to ISO-8859-1, which causes issues for certain characters. See RFC 7617 Closes elastic/elasticsearch#2290 Original commit: elastic/x-pack-elasticsearch@44411eebe7