IE Mode incorrect User Agent string on initial request to site beginning with Version 96.0.1054.29

Steve McKinney 6 Reputation points
2021-11-22T20:59:47.267+00:00

We have a legacy web application that requires IE, and which our customers have been running successfully using IE Mode under Edge. Over the weekend we started receiving reports from customers who were previously able to run our application under IE Mode that they were now receiving a message from the application that their browser was not compatible. After some experimentation we found it was possible to get past the browser compatibility message and then log in by refreshing the page, but this needs to be done each time the application is opened. It appears that this new behavior began after customers were updated to version 96.0.1054.29 of Edge, released via the stable cannel on November 19th.

The application probes the user agent string to check for IE. Since the update to version 96.0.1054.29 of Edge, it appears that the user agent string provided on the initial request for the default page of the application is incorrect and is not the same as the user agent string provided on subsequent requests. Here's an example:

User Agent string for initial request:
Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/96.0.4664.45+Safari/537.36+Edg/96.0.1054.29

User Agent string for subsequent requests:
Mozilla/5.0+(Windows+NT+10.0;+WOW64;+Trident/7.0;+rv:11.0)+like+Gecko

The result is that the application's browser compatibility check for IE fails initially, then succeeds after a page refresh.

The unfortunate customer experience is that, as of this weekend, they receive a message stating that their browser is not compatible with our application. They can work around this by refreshing a page refresh, but of course they won't know to do this without first calling support for assistance, and they have to remember to do it every time they open our application. Clearly this is undesirable.

Microsoft Edge Microsoft Edge development
{count} vote

2 answers

Sort by: Most helpful
  1. Anonymous
    2021-11-24T08:04:49.727+00:00

    Hi @Steve McKinney

    Thanks for the detailed information and pointing out the issue.

    I made a test by setting a sample site in IE Mode and I can reproduce the issue when I first load the site in Edge 96. After a refresh, IE Mode behaves normal.

    I suggest that you can provide feedback about this issue to Edge team by pressing Alt+Shift+I in Edge. The Edge team will check the feedback and improve the products continuously. Thanks for your understanding.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Regards,
    Yu Zhou


  2. Craig Chatterton 1 Reputation point
    2021-12-15T18:09:22.873+00:00

    It looks like Edge v96.0.1054.53 has finally resolved this issue.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.