You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a bit of a bizarre issue brought up by Jen in CS:
If a user puts a link to SiteBuilder in an Excel document (it could happen in other Office apps, but haven't verified), we send them to the "Browser Unsupported" page even if it is opening in Chrome or Firefox. I was doing a bit of digging and for some reason, the initial request to SiteBuilder after the user has clicked the link, identifies itself as IE7, even though the website is being opened in Chrome or Firefox.
It looks like there's some discovery happening at first. Look at the end of the user agent. It has ms-office in it.
Here's the Apache logs from a click from Excel:
Opening in Chrome from Excel:
50.131.200.255 - - [18/Jul/2014:20:15:59 +0000] "OPTIONS / HTTP/1.1" 302 388 "-" "Microsoft Office Protocol Discovery"
50.131.200.255 - - [18/Jul/2014:20:16:00 +0000] "GET / HTTP/1.1" 302 407 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/7.0; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; MDDC; Media Center PC 6.0; SLCC2; ms-office)"
50.131.200.255 - - [18/Jul/2014:20:16:01 +0000] "GET /ide/unsupported-browser.html HTTP/1.1" 200 752 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/7.0; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; MDDC; Media Center PC 6.0; SLCC2; ms-office)"
50.131.200.255 - - [18/Jul/2014:20:16:02 +0000] "GET /ide/unsupported-browser.html HTTP/1.1" 200 751 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36"
This is a bit of a bizarre issue brought up by Jen in CS:
If a user puts a link to SiteBuilder in an Excel document (it could happen in other Office apps, but haven't verified), we send them to the "Browser Unsupported" page even if it is opening in Chrome or Firefox. I was doing a bit of digging and for some reason, the initial request to SiteBuilder after the user has clicked the link, identifies itself as IE7, even though the website is being opened in Chrome or Firefox.
It looks like there's some discovery happening at first. Look at the end of the user agent. It has
ms-office
in it.Here's the Apache logs from a click from Excel:
Opening in Chrome from Excel:
Opening in Firefox from Excel:
The text was updated successfully, but these errors were encountered: