Internet Direct (Indy) Version 9.0.2 Beta
|
TIdBasicAuthentication = class(TIdAuthentication)
TIdBasicAuthentication is based on the model where a client must authenticate with a Username and Password for each unique Realm on a server. TIdBasicAuthentication is used in response to a challenge header in the form:
WWW-Authenticate: Basic realm="URISpace"
To receive authorization, the client sends the Username and Password, separated by a single colon (":") character, within a base64 encoded string in the Authentiction credentials. Username might be case sensitive.