Internet Direct (Indy) Version 9.0.2 Beta
TIdRequestHeaderInfo.Username
Represents the Username used in construction of authorization credentials.

property Username: String;
Description
Username is a String property used in conjunction with Password to construct authorization credentials during Authentiction of HTTP connection. Username and Password are suppied to the TIdAuthentication class instance in Authentication, when BasicAuthentication is True, in the SetHeaders method.