REST.Authenticator.Basic.THTTPBasicAuthenticator

From RAD Studio API Documentation
Jump to: navigation, search

REST.Client.TCustomAuthenticatorData.Bind.ObjectScope.TBaseObjectBindSourceDelegateData.Bind.Components.TBaseLinkingBindSourceTHTTPBasicAuthenticator

Delphi

THTTPBasicAuthenticator = class(TCustomAuthenticator)

C++

class PASCALIMPLEMENTATION THTTPBasicAuthenticator : public Rest::Client::TCustomAuthenticator

Properties

Type Visibility Source Unit Parent
class public
REST.Authenticator.Basic.pas
REST.Authenticator.Basic.hpp
REST.Authenticator.Basic REST.Authenticator.Basic

Description

Implements the HTTP basic authentication.

THTTPBasicAuthenticator embeds a value containing the username and password into the HTTP header of the request. As RFC2617 defines, the username and password are Base64-encoded.

The header is embedded for each request.

See Also