我开发了一个使用angular2.IT的网站正常工作“http://somthingxyz.com "in all the browser.But When I am using " https://somthingxyz.com”然后我得到了EXCEPTION:Uncaught(承诺):错误:访问被拒绝 . 在IE 11中 .

如何使用"https"的基本网址 . 如果我用http设置基本网址然后它运行良好 . 但是当我用"https"设置我的基本URL时我得到了EXCEPTION:未捕获(在承诺中):错误:访问被拒绝 . 在IE 11中
enter image description here

如何解决上述错误 .

//此文件包含Angular 2所需的polyfill,并在// app之前加载 . 您可以将自己的额外polyfill添加到此文件中 .

import 'core-js/es6/symbol';
import 'core-js/es6/object';
import 'core-js/es6/function';
import 'core-js/es6/parse-int';
import 'core-js/es6/parse-float';
import 'core-js/es6/number';
import 'core-js/es6/math';
import 'core-js/es6/string';
import 'core-js/es6/date';
import 'core-js/es6/array';
import 'core-js/es6/regexp';
import 'core-js/es6/map';
import 'core-js/es6/set';
import 'core-js/es6/reflect';

import 'core-js/es7/reflect';
import 'zone.js/dist/zone';