Update TIdHTTPServer to support for RFC 7617 charset parameter for BASIC authentication #469
Labels
Element: HTTP
Issues related to HTTP handling, TIdHTTP, TIdHTTPServer, TIdHTTPProxyServer, etc
Status: Accepted
Issue has been accepted to be worked on
Type: Enhancement
Issue is proposing a new feature/enhancement
Milestone
(Broken out from #126)
RFC 7617 adds a "charset" parameter to the HTTP
WWW-Authentication
header forBASIC
authentication to specify the charset used for encoding the username/password before applying base64.Support for the "charset" attribute was added to
TIdBasicAuthentication
in SVN rev 5321. This only applies to client-side authentication inTIdHTTP
. Server-side support inTIdHTTPServer
has not been implemented yet.The text was updated successfully, but these errors were encountered: