HTTPS calls into SDC
[portal.git] / ecomp-portal-FE-common / client / app / views / header / header.controller.js
index e464048..5950f87 100644 (file)
                     return;
                 }
                 if (!ECOMP_URL_REGEX.test(url)) {
-                    url = 'http://' + url;
+                    url = 'https://' + url;
                 }
 
                 if(headerText.startsWith("vUSP")) {