Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Microsoft Edge User Agent from modern.ie

I downloaded a vm from modern.ie for Win10, MS Edge (IE 11)

When I look at the userAgent (JS code in the console : navigator.userAgent), I get:

"Mozilla/5.0 (Windows NT 10.0); Win64; x64)"

From what I can see on this post from MS (https://msdn.microsoft.com/en-us/library/hh869301(v=vs.85).aspx), the user agent should have "Edge" token:

"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12."

I'm wondering what is causing this? Any ideas?

My version of IE11 is : Microsoft Edge 20.10240.16384.0

Here's a screenshot of what I see:

enter image description here

like image 298
David Ly-Gagnon Avatar asked Aug 18 '15 00:08

David Ly-Gagnon


1 Answers

Can confirm this is an issue with the Mac VM for VirtualBox. If you download the PC version instead and use if from your Mac it will have the right userAgent (you will also have to install the integration tools). We are investigating where the problem is coming from and will update the VMs once it is fixed.

Edit: Since last Friday this should be fixed. Please download again the file.

like image 77
Antón Molleda Avatar answered Sep 21 '22 09:09

Antón Molleda