Closed
Bug 960410
Opened 12 years ago
Closed 7 years ago
dmm.co.jp sends desktop site to Firefox OS
Categories
(Web Compatibility :: Site Reports, defect, P5)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: hsteen, Unassigned)
References
()
Details
(Whiteboard: [serversniff] [country-jp] [contactready])
Attachments
(1 file)
|
57.36 KB,
image/png
|
Details |
Compare the responses to the following HTTP requests:
GET / HTTP/1.1
User-Agent: Mozilla/5.0 (Android; Mobile; rv:23.0) Gecko/23.0 Firefox/23.0
Host: www.dmm.co.jp
HTTP/1.1 200 OK
Date: Thu, 16 Jan 2014 06:30:50 GMT
Server: Apache
Pragma: no-cache
Cache-Control: no-cache
Vary: Accept-Encoding,User-Agent
Content-Length: 7671
Connection: close
Content-Type: text/html; charset=UTF-8
------------------------------------------------------------------
GET / HTTP/1.1
User-Agent: Mozilla/5.0 (Mobile; rv:23.0) Gecko/23.0 Firefox/23.0
Host: www.dmm.co.jp
HTTP/1.1 200 OK
Date: Thu, 16 Jan 2014 06:31:00 GMT
Server: Apache
Set-Cookie: ckcy=1; expires=Fri, 16-Jan-2015 06:31:00 GMT; path=/; domain=dmm.co.jp; httponly
Pragma: no-cache
Cache-Control: no-cache
Vary: Accept-Encoding,User-Agent
Content-Length: 7968
Connection: close
Content-Type: text/html; charset=UTF-8
------------------------------------------------------------------
| Reporter | ||
Comment 1•12 years ago
|
||
This is just a sort of splash screen. The content-length is only slightly different, but there are markup differences created by the server-side sniffing. One easy giveaway might be
<link href="http://mobile.dmm.co.jp" media="handheld" rel="alternate" >
in the desktop site.
Comment 2•12 years ago
|
||
The splash screen is a choice between Yes (はい) and No (いいえ). The site is an adult Web site. So the yes leads to the real home page. http://www.dmm.co.jp/top/
on iOS the splash page AND the Web site is sending mobile content to mobile devices on the same domain name.
Comment 3•12 years ago
|
||
Changing the URL for the purpose of testing. The in-between steps is a human validation.
Updated•9 years ago
|
Priority: -- → P5
Comment 4•7 years ago
|
||
Closing as we are not working on Firefox OS anymore.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
| Assignee | ||
Updated•7 years ago
|
Product: Tech Evangelism → Web Compatibility
| Assignee | ||
Updated•2 years ago
|
Component: Mobile → Site Reports
You need to log in
before you can comment on or make changes to this bug.
Description
•