Closed Bug 1143358 Opened 9 years ago Closed 6 years ago

qoo10.sg 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: haseeb, Unassigned)

References

()

Details

(Whiteboard: [country-sg] [serversniff] [needscontact])

      No description provided.
Confirmed. Firefox OS receives the Desktop version while Firefox Android receives the Desktop version.


# Firefox Android

→ http --print hH http://qoo10.sg/ 'User-Agent:Mozilla/5.0 (Android; Mobile; rv:36.0) Gecko/36.0 Firefox/36.0'
GET / HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
Connection: keep-alive
Host: qoo10.sg
User-Agent: Mozilla/5.0 (Android; Mobile; rv:36.0) Gecko/36.0 Firefox/36.0

HTTP/1.1 200 OK
Cache-Control: no-cache
Content-Encoding: gzip
Content-Length: 43024
Content-Type: text/html; charset=utf-8
Date: Mon, 16 Mar 2015 00:00:15 GMT
Expires: -1
P3P: CP="NOI CURa ADMa DEVa TAIa OUR DELa BUS IND PHY ONL UNI COM NAV INT DEM PRE"
Pragma: no-cache
Set-Cookie: tracking-sessionid=60cddffa-9884-4c2b-8909-01b8cb94dfb9::2015-03-16 08:00:15::; domain=qoo10.sg; path=/
Set-Cookie: tracking-devcd-5=Android%3a%3aFirefox%3a%3aMobile; domain=qoo10.sg; path=/
Vary: Accept-Encoding


# Firefox OS

→ http --print hH http://qoo10.sg/ 'User-Agent:Mozilla/5.0 (Mobile; rv:36.0) Gecko/36.0 Firefox/36.0'
GET / HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
Connection: keep-alive
Host: qoo10.sg
User-Agent: Mozilla/5.0 (Mobile; rv:36.0) Gecko/36.0 Firefox/36.0

HTTP/1.1 200 OK
Cache-Control: no-cache
Content-Encoding: gzip
Content-Type: text/html; charset=utf-8
Date: Mon, 16 Mar 2015 00:00:25 GMT
Expires: -1
P3P: CP="NOI CURa ADMa DEVa TAIa OUR DELa BUS IND PHY ONL UNI COM NAV INT DEM PRE"
Pragma: no-cache
Set-Cookie: tracking-sessionid=644a2114-1351-44fc-9600-f0ba35d4d5ee::2015-03-16 08:00:25::; domain=qoo10.sg; path=/
Set-Cookie: tracking-devcd-5=Mobile%3a%3aFirefox%3a%3aDesktop; domain=qoo10.sg; path=/
Transfer-Encoding: chunked
Vary: Accept-Encoding


# How to test. 

* Firefox Android: 
  Set-Cookie: tracking-devcd-5=Android%3a%3aFirefox%3a%3aMobile
* Firefox OS: 
  Set-Cookie: tracking-devcd-5=Mobile%3a%3aFirefox%3a%3aDesktop

It is also visible in the markup:

# Firefox OS
  → http -b http://qoo10.sg/ 'User-Agent:Mozilla/5.0 (Mobile; rv:36.0) Gecko/36.0 Firefox/36.0' | egrep -i deviceinfo

  GMKT.DeviceInfo = {
     "Code":"Mobile::Firefox::Desktop", 
     "OS":"", "DeviceName":"Mobile", 
     "BrowserVersion":"Gecko/36.0 Firefox/36.0", 
     "BrowserName":"Firefox", 
     "Kind":"Desktop"};

# Firefox Android
  → http -b http://qoo10.sg/ 'User-Agent:Mozilla/5.0 (Android; Mobile; rv:36.0) Gecko/36.0 Firefox/36.0' | egrep -i deviceinfo
  GMKT.DeviceInfo = {
     "Code":"Android::Firefox::Mobile", 
     "OS":"Android", 
     "DeviceName":"Android", 
     "BrowserVersion":"Gecko/36.0 Firefox/36.0", 
     "BrowserName":"Firefox", 
     "Kind":"Mobile"};
Whiteboard: [country-sg] → [country-sg] [serversniff] [needscontact]
The Mobile site sent to Firefox Android is working well on Gecko.
To fix it, the site owners just need to identify as a Mobile UA.

   Mozilla/5.0 (Mobile; rv:36.0) Gecko/36.0 Firefox/36.0

The version number is not relevant. We encourage you to identify on "mobi" lowercase and exclude eventually ipad if you have a specific version for tablets.
The markup seems to contain Korean comments such as 
    <!-- [D] JS> ID값은 로컬에서만 사용, iScroll 사용 시 -->		
It's probable that the different versions of the site are managed in South-Korea.

About the company
http://www.qoo10.sg/gmkt.inc/Company/AboutCompany.aspx

> Giosis Pte. Ltd. is a joint venture company formed 
> with eBay, […]
> Giosis Group currently operates 7 localized online 
> marketplaces in 5 countries including Japan 
> (http://www.qoo10.jp) and Singapore (http://www.qoo10.sg)
> and plans to expand into more Asian countries 
> in the near future.


Singapore Office
5 Tampines Central 1 #04-04 Tampines Plaza Singapore 529541
Tel: 65 6500 4440
Fax : 65 6735 3487
Customer Service : Ask a Question -> http://www.qoo10.sg/gmkt.inc/CS/NHelpContactUsQuestion.aspx
Partnership : qoo10@qoo10.sg

* Tokyo Office
* Indonesia Office
* Malaysia Office
* Shanghai Office
* Hong Kong Office
* Seoul R&D Center
still an issue
Still an issue.
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.