简体   繁体   中英

Angular localhost - URL not found in Internet Explorer 11

We use Azure AD to authenticate in our Angular Application. We have a "reply URL" with a very long token which results in a 404 in Internet Explorer but not in other browsers.

The problem only occurs in local development:

http://localhost:4200/refresh#id_token=eyJ0eXAiOiJKV ... (very long string)

When we deploy the application, the url works just fine:

http://www.example.com/refresh#id_token=eyJ0eXAiOiJKV ... (very long string)

What could be the issue ?

Found out what happens.

Settings -> Compatibility View Settings -> Uncheck "Display intranet sites in Compatibility View"

Now it works

Very helpful question and answer. Thanks!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM