REST.Authenticator.Basic.THTTPBasicAuthenticator

From RAD Studio API Documentation
Revision as of 16:54, 21 March 2014 by Diala (talk | contribs) (ER - RS-48440)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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