When Loading my site directly from a shortcut / commandline (i.e running iexplore 192.168.0.1
), IE loads https://192.168.0.1
and cancels all AJAX requests - it fails with status code 0, resulting in a very broken site...
- After that, hitting refresh loads the site well.
- Navigating from an already open IE loads the site well.
- Running
iexplore https://192.168.0.1
loads the site well.
I'm using IE 11.0.9600.17207, running in edge mode (<meta http-equiv="X-UA-Compatible" content="IE=edge" />
). I have URL rewrite setting on the server, redirecting HTTP to HTTPS.
Chrome and FF works fine.
I'm using angular 1.3
Is this an IE bug? Am I missing some IE compatibility setting here?