Browser / Version: Safari 18.2
Operating System: Mac OS X 10.15.7
Tested Another Browser: Yes Firefox
Problem type: Site is not usable
Description: Unable to login
Steps to Reproduce:
When a user is trying to log in on the bestbuy.com website
with Safari set as Japanese (Accept-Language: ja) or French-France (Accept-Language: fr-FR),
the login is not working.
While at the same time this is working for Chrome and Firefox.
Also some other languages will be accepted, even things such as French-Canada
PASS Accept-Language: en-US,en;q=0.8,fr-FR;q=0.5,ja;q=0.3
PASS Accept-Language: fr-FR
PASS Accept-Language: ja
We also tried with Safari and overriding the User-Agent to be Firefox.
Not working:
Accept-Language: ja
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:127.0) Gecko/20100101 Firefox/127.0
And it fails on Firefox with a Safari UA override.
Accept-Language: fr-FR
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Safari/605.1.15
bestbuy.com doesn't send a spanish speaking version of the site to users with
Accept-Language: es-US,es-419;q=0.9,es;q=0.8
So we can probably test a Accept-Language override in English without issues.
I'm planning to create a Quirk in WebKit code, except if the outreach is working here.
https://bugs.webkit.org/show_bug.cgi?id=280666
@BestBuy and @BestBuyAPIs are on github.
I wonder if someone like @Flet could put us in contact with the right persons at BestBuy so the @WebKit team doesn't have to create a hack.
URL: https://bestbuy.com/
Browser / Version: Safari 18.2 Operating System: Mac OS X 10.15.7 Tested Another Browser: Yes Firefox
Problem type: Site is not usable Description: Unable to login Steps to Reproduce: When a user is trying to log in on the bestbuy.com website with Safari set as Japanese (
Accept-Language: ja
) or French-France (Accept-Language: fr-FR
), the login is not working.While at the same time this is working for Chrome and Firefox. Also some other languages will be accepted, even things such as French-Canada
Safari:
Firefox:
We also tried with Safari and overriding the User-Agent to be Firefox.
Not working:
Accept-Language: ja
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:127.0) Gecko/20100101 Firefox/127.0
And it fails on Firefox with a Safari UA override.
Accept-Language: fr-FR
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Safari/605.1.15
bestbuy.com doesn't send a spanish speaking version of the site to users with
Accept-Language: es-US,es-419;q=0.9,es;q=0.8
So we can probably test a Accept-Language override in English without issues. I'm planning to create a Quirk in WebKit code, except if the outreach is working here. https://bugs.webkit.org/show_bug.cgi?id=280666
Browser Configuration
From webcompat.com with ❤️