Closed Bug 1041650 Opened 10 years ago Closed 6 years ago

bbva.es sends desktop site to Firefox OS

Categories

(Web Compatibility :: Site Reports, defect, P5)

All
Gonk (Firefox OS)
defect

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: deimidis, Unassigned, Mentored)

References

()

Details

(Whiteboard: [country-es][contactready][serversniff])

In Firefox OS you see the desktop version, bot mobile one. There's no more info from headers
Thanks for the report. It's an interesting combination of HTTP + JS redirects.

mtaylor at omg-2 in ~/dev/compat/urlgrep on master
$ http GET https://www.bbva.es/ User-Agent:"$FFA"
HTTP/1.1 200 OK

That document contains some JS:

if (rec_sol == "http://www.bbva.es/")
        top.location.href="https://www.bbva.es/sistema/index.jsp";

$ http --print=Hh GET https://www.bbva.es/sistema/index.jsp User-Agent:"$FFA"
GET /sistema/index.jsp HTTP/1.1
User-Agent: Mozilla/5.0 (Android; Mobile; rv:30.0) Gecko/30.0 Firefox/30.0

HTTP/1.1 302 Found
location: https://www.bbva.mobi

The same request chain from a Firefox OS device:

mtaylor at omg-2 in ~/dev/compat/urlgrep on master
$ http --print=Hh GET https://www.bbva.es/sistema/index.jsp User-Agent:"$FFOS"
GET /sistema/index.jsp HTTP/1.1
User-Agent: Mozilla/5.0 (Mobile; rv:18.1) Gecko/18.1 Firefox/18.1

HTTP/1.1 301 Moved Permanently
location: https://www.bbva.es/particulares/index.jsp


So Firefox for Android gets a 302 to the .mobi site, while Firefox OS gets a 301 to the desktop site. We should ask that they send Firefox OS to the .mobi site as well.
Whiteboard: [country-es] → [country-es][contactready][serversniff]
 Guillermo

Would you like to help and contact the Web site? 
Some template for contacting the site
https://wiki.mozilla.org/Compatibility/StdLetters#Spanish

And also quick tips on how to find contacts and behave.
https://github.com/webcompat/webcompat.com/issues/176#issuecomment-48690834


Thanks.
Mentor: kdubost
Flags: needinfo?(guillermo.movia)
Hi Karl, I will try to contact people at the website
Flags: needinfo?(guillermo.movia)
Priority: -- → P5
Closing as we are not working on Firefox OS anymore.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Product: Tech Evangelism → Web Compatibility
Component: Mobile → Site Reports
You need to log in before you can comment on or make changes to this bug.