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

Compare with Current View Page History

Version 1 Current »

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
Member of PRIM_SRVM.HttpClientRequestOptions (PRIM_SRVM.HttpClientRequestOptions)

Parameters

Name

Type

Data Type

Description

UserName

*Input

Unicode String

The username to send

Password

*Input

Unicode String

The password to send

Details


No detailed help is available for this feature

See also

All Component Classes
Technical Reference

  • No labels