Closed
Bug 1089142
Opened 11 years ago
Closed 11 years ago
clickjogos.uol.com.br sends simplified site to Firefox OS
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: magsout, Unassigned)
References
()
Details
(Whiteboard: [country-br])
Site: http://clickjogos.com.br
http://clickjogos.com.br is sending simplified content to Firefox OS
:: Steps To Reproduce
1. Go to http://clickjogos.com.br
2.
3.
...
:: Expected Result
Receive a mobile friendly content like it is happening for Safari iOS,
:: Actual Result
Received the simplified content even if redirection to http://m.clickjogos.com.br/ works on Firefox OS
Comment 1•11 years ago
|
||
The uol.com.br sites were all fixed at some point. This one seems to work on devices now.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
![]() |
||
Comment 2•11 years ago
|
||
Yes It is working. Just for the record and the memory, they could optimize their redirection for performances.
→ http --print hH GET http://clickjogos.uol.com.br/ 'User-Agent:Mozilla/5.0 (Mobile; rv:32.0) Gecko/32.0 Firefox/32.0'
GET / HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
Host: clickjogos.uol.com.br
User-Agent: Mozilla/5.0 (Mobile; rv:32.0) Gecko/32.0 Firefox/32.0
HTTP/1.1 301 Moved Permanently
Connection: close
Content-Length: 236
Content-Type: text/html; charset=iso-8859-1
Date: Mon, 27 Oct 2014 09:03:08 GMT
Location: http://www.clickjogos.com.br
Server: Apache/2.0.63 (Unix) Ganesh/2.2.0
THEN
→ http --print hH GET http://clickjogos.com.br 'User-Agent:Mozilla/5.0 (Mobile; rv:32.0) Gecko/32.0 Firefox/32.0'
GET / HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
Host: clickjogos.com.br
User-Agent: Mozilla/5.0 (Mobile; rv:32.0) Gecko/32.0 Firefox/32.0
HTTP/1.1 301 Moved Permanently
Content-Length: 152
Content-Type: text/html; charset=UTF-8
Date: Mon, 27 Oct 2014 09:03:33 GMT
Location: http://www.clickjogos.com.br/
Server: Microsoft-IIS/7.5
THEN
→ http --print hH GET http://clickjogos.com.br/ 'User-Agent:Mozilla/5.0 (Mobile; rv:32.0) Gecko/32.0 Firefox/32.0'
GET / HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
Host: clickjogos.com.br
User-Agent: Mozilla/5.0 (Mobile; rv:32.0) Gecko/32.0 Firefox/32.0
HTTP/1.1 301 Moved Permanently
Content-Length: 152
Content-Type: text/html; charset=UTF-8
Date: Mon, 27 Oct 2014 09:03:43 GMT
Location: http://www.clickjogos.com.br/
Server: Microsoft-IIS/7.5
THEN
→ http GET http://www.clickjogos.com.br/ 'User-Agent:Mozilla/5.0 (Mobile; rv:32.0) Gecko/32.0 Firefox/32.0'
GET / HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
Host: www.clickjogos.com.br
User-Agent: Mozilla/5.0 (Mobile; rv:32.0) Gecko/32.0 Firefox/32.0
HTTP/1.1 302 Moved Temporarily
Connection: keep-alive
Content-Length: 0
Date: Mon, 27 Oct 2014 09:06:43 GMT
Location: http://m.clickjogos.uol.com.br/
Server: AkamaiGHost
THEN
→ http --print hH GET http://m.clickjogos.uol.com.br/ 'User-Agent:Mozilla/5.0 (Mobile; rv:32.0) Gecko/32.0 Firefox/32.0'
GET / HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
Host: m.clickjogos.uol.com.br
User-Agent: Mozilla/5.0 (Mobile; rv:32.0) Gecko/32.0 Firefox/32.0
HTTP/1.1 301 Moved Permanently
Connection: close
Content-Length: 234
Content-Type: text/html; charset=iso-8859-1
Date: Mon, 27 Oct 2014 09:09:32 GMT
Location: http://m.clickjogos.com.br
Server: Apache/2.0.63 (Unix) Ganesh/2.2.0
THEN FINALLY
→ http --print hH GET http://m.clickjogos.com.br 'User-Agent:Mozilla/5.0 (Mobile; rv:32.0) Gecko/32.0 Firefox/32.0'
GET / HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
Host: m.clickjogos.com.br
User-Agent: Mozilla/5.0 (Mobile; rv:32.0) Gecko/32.0 Firefox/32.0
HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: http://cdn.games.mobinozer.com
Cache-Control: no-cache
Connection: keep-alive
Content-Encoding: gzip
Content-Length: 2097
Content-Type: text/html; charset=utf-8
Date: Mon, 27 Oct 2014 09:10:28 GMT
Server: nginx/1.6.0
So I'm getting the mobile site in the end.
Assignee | ||
Updated•6 years ago
|
Product: Tech Evangelism → Web Compatibility
Assignee | ||
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
•