Closed
Bug 1052183
Opened 11 years ago
Closed 7 years ago
aa.com serves desktop content to Firefox OS
Categories
(Web Compatibility :: Site Reports, defect, P5)
Tracking
(b2g-v2.2 affected)
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
b2g-v2.2 | --- | affected |
People
(Reporter: karlcow, Unassigned, Mentored)
References
()
Details
(Whiteboard: [mobile-compat-form] [country-us] [serversniff] [needscontact])
Site: http://www.aa.com/
aa.com serves desktop content to Firefox OS
:: Steps To Reproduce
1. With a smartphone on Firefox OS
2. Go to http://www.aa.com/
3. (if not in USA, you get a desktop page proposing to access the correct site)
4. Select US site.
:: Expected Result
Receive the mobile content like Firefox on Android
:: Actual Result
receiving Desktop content
:: Additional Information
Software Version: 2.1
Device Information: Flame 2.1
Reporter's User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:33.0) Gecko/20100101 Firefox/33.0
![]() |
Reporter | |
Comment 1•11 years ago
|
||
# On Firefox OS
→ http --print hH GET http://www.aa.com/ 'User-Agent: Mozilla/5.0 (Mobile; rv:30.0) Gecko/30.0 Firefox/30.0' | egrep -i '^HTTP/|^location:'
HTTP/1.1 301 Moved Permanently
Location: /homePage.do
→ http --print hH GET http://www.aa.com/homePage.do 'User-Agent: Mozilla/5.0 (Mobile; rv:30.0) Gecko/30.0 Firefox/30.0' | egrep -i '^HTTP/|^location:'
HTTP/1.1 301 Moved Permanently
Location: http://www.aa.com/international/internationalSplashAccess.do?countryCodeForIP=JP
→ http --print hH GET http://www.aa.com/homePage.do?locale=en_US 'User-Agent: Mozilla/5.0 (Mobile; rv:30.0) Gecko/30.0 Firefox/30.0' | egrep -i '^HTTP/|^location:'
HTTP/1.1 200 OK
# On Firefox Android (redirection to mobile.aa.com)
→ http --print hH GET http://www.aa.com/ 'User-Agent: Mozilla/5.0 (Android; Mobile; rv:30.0) Gecko/30.0 Firefox/30.0' | egrep -i '^HTTP/|^location:'
HTTP/1.1 301 Moved Permanently
Location: /homePage.do
→ http --print hH GET http://www.aa.com/homePage.do 'User-Agent: Mozilla/5.0 (Android; Mobile; rv:30.0) Gecko/30.0 Firefox/30.0' | egrep -i '^HTTP/|^location:'
HTTP/1.1 301 Moved Permanently
Location: http://www.aa.com/international/internationalSplashAccess.do?countryCodeForIP=JP
→ http --print hH GET http://www.aa.com/homePage.do?locale=en_US 'User-Agent: Mozilla/5.0 (Android; Mobile; rv:30.0) Gecko/30.0 Firefox/30.0' | egrep -i '^HTTP/|^location:'
HTTP/1.1 301 Moved Permanently
Location: http://mobile.aa.com/homePage.do?locale=en_US
Mentor: kdubost
Status: UNCONFIRMED → NEW
Ever confirmed: true
Hardware: Other → ARM
Whiteboard: [mobile-compat-form] → [mobile-compat-form] [country-us] [serversniff] [contactready]
![]() |
Reporter | |
Comment 2•11 years ago
|
||
Browser support
http://www.aa.com/i18n/footer/browserRequirements.jsp
http://www.aa.com/i18n/urls/mobile.jsp
See Also: → 145253
![]() |
Reporter | |
Comment 3•11 years ago
|
||
contact twitter |
Trying to contact the lead of front-end developers.
http://twitter.com/MozWebCompat/status/501944836761477120
Assignee: nobody → kdubost
Status: NEW → ASSIGNED
Whiteboard: [mobile-compat-form] [country-us] [serversniff] [contactready] → [mobile-compat-form] [country-us] [serversniff] [sitewait]
Updated•11 years ago
|
Updated•11 years ago
|
QA Whiteboard: [QAnalyst-Triage?] → [QAnalyst-Triage+]
Flags: needinfo?(dharris)
![]() |
Reporter | |
Comment 4•10 years ago
|
||
contact twitter |
I sent a reminder on twitter to get the status of the bug.
![]() |
Reporter | |
Comment 5•10 years ago
|
||
Still getting the Desktop content.
Switching back to needscontact
Whiteboard: [mobile-compat-form] [country-us] [serversniff] [sitewait] → [mobile-compat-form] [country-us] [serversniff] [needscontact]
![]() |
Reporter | |
Updated•9 years ago
|
Priority: -- → P5
![]() |
Reporter | |
Comment 6•7 years ago
|
||
The Firefox OS project is not active anymore at Mozilla.
Assignee: kdubost → nobody
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•6 years ago
|
Product: Tech Evangelism → Web Compatibility
Assignee | ||
Updated•1 year ago
|
Component: Mobile → Site Reports
You need to log in
before you can comment on or make changes to this bug.
Description
•