To authenticate proxy when required.
&DataType.AddProxyAuthentication(Method, Realm, User, Password)
Where:
Method
Must be numeric:
- &DataType.Basic for Basic Authentication.
- &DataType.Digest for Digest Authentication.
- 2 for NTLM Authentication.
- 3 for Kerberos Authentication.
Realm
Name of the realm. It must be string.
In Java generator the realm value is mandatory.
If NTLM authentication is used, the realm name is usually the network domain.
User
Name of the user to authenticate. It must be string.
Password
User password. It must be string.
HttpClient data type
|