HTTPLib.setHTTPBasicAuthentication gives the user access to a web application 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 setHTTPBasicAuthentication(http eglx.http.IHttp in, userID string in, userPassword string in);
Target | Issue |
---|---|
Java | No issues. |
JavaScript | No issues. |