Closed
Bug 1005135
Opened 11 years ago
Closed 7 years ago
soychile.cl sends desktop site to Firefox OS
Categories
(Web Compatibility :: Site Reports, defect, P5)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: hsteen, Assigned: psep.pentauc, Mentored)
References
()
Details
(Whiteboard: [country-cl][serversniff][contactready])
Attachments
(1 file)
234.75 KB,
image/png
|
Details |
This site intends to send mobile content to mobile browsers, however it doesn't detect Firefox OS devices as smartphones and sends desktop content instead. The HTTP traffic analysis below shows how the server-side browser logic works.
Significant difference in source code:
Smallest response has Content-Length: 72235. This is the mobile site, and it is sent to the Safari on iPhone and Firefox on Android browsers.
Largest response has Content-Length: 105245. This is the desktop site, and is sent to Firefox OS devices.
Selected HTTP response headers (Firefox OS, Firefox on Android, Safari on iPhone):
Response for: 'Mozilla/5.0 (Mobile; rv:30) Gecko/30 Firefox/30'
Response Status: 200
content-length: 105245
content-type: text/html; charset=utf-8
Response for: 'Mozilla/5.0 (Android; Mobile; rv:26.0) Gecko/26.0 Firefox/26.0'
Response Status: 200
content-length: 72235
content-type: text/html; charset=utf-8
Response for: 'Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A5376e Safari/8536.25'
Response Status: 200
content-length: 72235
content-type: text/html; charset=utf-8
Reporter | ||
Comment 1•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → psep.pentauc
Updated•11 years ago
|
Mentor: hsteen
Whiteboard: [country-cl][serversniff][contactready][mentor=hsteen] → [country-cl][serversniff][contactready]
![]() |
||
Updated•9 years ago
|
Priority: -- → P5
Comment 2•7 years ago
|
||
Closing as we are not working on Firefox OS anymore.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Product: Tech Evangelism → Web Compatibility
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
•