We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d815d13 + af092fe commit 3c29e32Copy full SHA for 3c29e32
src/%ZPM/PackageManager/Client/REST/PackageManagerClient.cls
@@ -280,7 +280,7 @@ Method GetHttpRequest(tLocation = {..Location}) As %Net.HttpRequest
280
}
281
set tRequest.ProxyPort=pr("port")
282
set tRequest.ProxyServer=pr("host")
283
- if pr("username")'="",pr("password")'="" {
+ if $get(pr("username"))'="",$get(pr("password"))'="" {
284
set tRequest.ProxyAuthorization="Basic "_$system.Encryption.Base64Encode(pr("username")_":"_pr("password"))
285
286
0 commit comments