Closed
Bug 1002657
Opened 11 years ago
Closed 9 years ago
Cyclingnews.com sends desktop site to Firefox OS
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: adamopenweb, Unassigned, Mentored)
References
()
Details
(Whiteboard: [serversniff][country-all][sitewait])
Cyclingnews.com is using server side user agent detection to determine if a user is browsing using a desktop or mobile client. Unfortunately the site is not properly detecting the user agent string for Firefox OS. This is causing Firefox OS browsers to be redirected to the desktop version of the website rather than mobile.
:: Steps To Reproduce
1. Open Firefox OS browser
2. Navigate to http://www.cyclingnews.com
:: Expected Result
Redirect to mobile site http://m.cyclingnews.com
:: Actual Result
Receive desktop version of the site
:: Additional Information
Firefox for Android:
http -h GET http://www.cyclingnews.com User-Agent:'Mozilla/5.0 (Android; Mobile; rv:26.0) Gecko/26.0 Firefox/26.0'
HTTP/1.1 302 Moved Temporarily
Location: http://m.cyclingnews.com/
Firefox OS:
http -h GET http://www.cyclingnews.com User-Agent:'Mozilla/5.0 (Mobile; rv:26.0) Gecko/26.0 Firefox/26.0'
HTTP/1.1 200 OK
Content-Encoding: gzip
Content-Type: text/html
Reporter | ||
Comment 1•11 years ago
|
||
Future PLC runs this site, have a contact for them from bug #966464.
http://www.futureplc.com
See Also: → 966464
Whiteboard: [serversniff][country-all][mentor=astevenson]
Updated•11 years ago
|
Whiteboard: [serversniff][country-all][mentor=astevenson] → [serversniff][country-all][mentor=astevenson][contactready]
Reporter | ||
Updated•11 years ago
|
Whiteboard: [serversniff][country-all][mentor=astevenson][contactready] → [serversniff][country-all][mentor=astevenson][sitewait]
Updated•10 years ago
|
Mentor: astevenson
Whiteboard: [serversniff][country-all][mentor=astevenson][sitewait] → [serversniff][country-all][sitewait]
Assignee | ||
Updated•6 years ago
|
Product: Tech Evangelism → Web Compatibility
Assignee | ||
Updated•7 months ago
|
Component: Mobile → Site Reports
You need to log in
before you can comment on or make changes to this bug.
Description
•