Is there a way to use an encrypted password for RQMURLUtility?
![]()
I need to call the RQMURLUtility in a PUB (RPE) template.
When doing the call I need top provide the user id and the password.
I do not want the user to provided them manual.
I can use the following PUB Internal Variable: _sessionInfo.getDatasourceProperty
When I get the password
_sessionInfo.getDatasourceProperty("aDataSource","password", "")
I get an encrypted version of the password.
Is there a way to use that encrypted password for the RQMURLUtility?
Or get a clear version of the password from _sessionInfo?
Thank you
|