Closed Bug 999968 Opened 10 years ago Closed 10 years ago

zbozi.cz sends simplified site to Firefox OS

Categories

(Web Compatibility :: Site Reports, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: hsteen, Unassigned, Mentored)

References

()

Details

(Whiteboard: [country-cz] [serversniff] [contactready])

Attachments

(1 file)

Attached image 022-zbozi.cz[1].png —
This site sends a "feature phone"-ish version to Firefox OS devices. Seems it is not configured to detect Firefox OS devices as smartphones.
Firefox Android, Firefox OS, AND iOS Safari are sent to the same domain name, but not the same content.
We need to contact them to ask them to send Firefox on smartphones the same content that iOS is receiving.


→ http --print hH GET http://www.zbozi.cz/ 'User-Agent: Mozilla/5.0 (Android; Mobile; rv:30.0) Gecko/30.0 Firefox/30.0' | egrep -i '^HTTP/|^content-length:|^location:'
HTTP/1.1 302 Moved Temporarily
Content-Length: 160
Location: http://m.zbozi.cz/


→ http --print hH GET http://www.zbozi.cz/ 'User-Agent: Mozilla/5.0 (Mobile; rv:30.0) Gecko/30.0 Firefox/30.0' | egrep -i '^HTTP/|^content-length:|^location:'
HTTP/1.1 302 Moved Temporarily
Content-Length: 160
Location: http://m.zbozi.cz/


→ http --print hH GET http://www.zbozi.cz/ 'User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/6.0 Mobile/11A465 Safari/9537.53' | egrep -i '^HTTP/|^content-length:|^location:'
HTTP/1.1 302 Moved Temporarily
Content-Length: 160
Location: http://m.zbozi.cz/


The server side sniffing is happening on the mobile site

→ http -b GET http://m.zbozi.cz/ 'User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/6.0 Mobile/11A465 Safari/9537.53' | wc -c
   10101

→ http --print hH GET http://m.zbozi.cz/ 'User-Agent: Mozilla/5.0 (Mobile; rv:30.0) Gecko/30.0 Firefox/30.0' | wc -c
     395

→ http --print hH GET http://m.zbozi.cz/ 'User-Agent: Mozilla/5.0 (Android; Mobile; rv:30.0) Gecko/30.0 Firefox/30.0' | wc -c
     404
Mentor: kdubost
Hardware: All → ARM
Whiteboard: [country-cz] → [country-cz] [serversniff] [contactready]
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
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.

Attachment

General

Created:
Updated:
Size: