Skip to end of banner
Go to start of banner

httpBasicAuthHeader

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Description

Creates an HttpHeader object to be used as Authorization header for a Basic authentication of a user.

Parameters

Return Type

HttpHeader

Example

HttpHeader authHeader = httpBasicAuthHeader("admin", "admin");

See also

  • No labels