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