HTTPLib.setProxyBasicAuthentication gives the user access to the EGL Rich UI Proxy when that access is protected by JEE basic authentication. The function lets you provide a user ID and password, which are automatically encrypted for inclusion in an HTTP header. This function is not implemented in version .7.
eglx.http
static function setProxyBasicAuthentication( userID string in, userPassword string in );
userid TextField { width = 100 }; password PasswordTextField { width = 100 }; // the following statement might run in response to a button click setProxyBasicAuthentication( userid.text, password.text );
Target | Issue |
---|---|
Java | No issues. |
JavaScript | No issues. |