react-route的onEnter回答函数报错“Access denied”

#1
<Router history={browserHistory}>
  <Route path="welcome" component={landing} onEnter={this._usrinfo}>
  </Route>
</Router>

在onEnter中调用_usrinfo(nextState, replace, callback),在ie11中callback总是报Access denied。这是ie11兼容性的问题吗?

#2

ie11 不能从http跨域访问https的问题