Closed
Bug 974797
Opened 11 years ago
Closed 11 years ago
shine.com sends desktop site to Firefox OS
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: haseeb, Assigned: haseeb, Mentored)
References
()
Details
(Whiteboard: [country-in][serversniff][sitewait])
shine.com isn't redirecting to mobile site
Updated•11 years ago
|
Whiteboard: [country-in] → [country-in][mentor=hsteen]
Comment 1•11 years ago
|
||
The shine.com server is configured to redirect mobile browsers to m.shine.com, but fails to do so for all Firefox OS smartphones because not all version numbers are recognised. For example, these two requests differ only in version number (one is from Firefox OS 1.1 and one from Firefox OS 1.4) but only the former is redirected:
GET / HTTP/1.1
User-Agent: Mozilla/5.0 (Mobile; rv:18.0) Gecko/18.0 Firefox/18.0
Host: www.shine.com
HTTP/1.1 302 Moved Temporarily
Location: http://m.shine.com/
------------------------------------------------------------------
GET / HTTP/1.1
User-Agent: Mozilla/5.0 (Mobile; rv:30.0) Gecko/30.0 Firefox/30.0
Host: www.shine.com
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Content-Length: 98417
------------------------------------------------------------------
Shine.com should configure the server to not rely on version numbers.
Whiteboard: [country-in][mentor=hsteen] → [country-in][mentor=hsteen][serversniff][contactready]
Assignee | ||
Comment 2•11 years ago
|
||
Contacted Padmini.chetia@hindustantimes.com
Assignee: nobody → Abdulraufhaseeb
Whiteboard: [country-in][mentor=hsteen][serversniff][contactready] → [country-in][mentor=hsteen][serversniff][sitewait]
Comment 3•11 years ago
|
||
Tests pass :)
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Mentor: hsteen
Whiteboard: [country-in][mentor=hsteen][serversniff][sitewait] → [country-in][serversniff][sitewait]
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
•