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

Compare with Current View Page History

Version 1 Current »

11.5.3 AddBasicAuthorization Method

Adds a request header that specifies a username and password using HTTP basic authentication scheme. Note that in basic authentication scheme, username/password is sent in clear text, so basic authentication must be used in conjunction with HTTPS/TLS.

Input Arguments

Name

Type

Mandatory

Description

UserName

String (Unicode)

Yes

The username to send

Password

String (Unicode)

Yes

The password to send

Return Value

None

  • No labels