Closed Bug 1045167 Opened 10 years ago Closed 8 years ago

cajamar.es doesn´t redirect to mobile site

Categories

(Web Compatibility :: Site Reports, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: f.e.ramirez94, Unassigned, Mentored)

References

()

Details

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

User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0 (Beta/Release)
Build ID: 20140725030202

Steps to reproduce:

Enter into cajamar.es


Actual results:

Is shows the desktop site


Expected results:

Recognize as mobile and redirect to the mobile site
This site should be contacted for asking them to redirect Firefox OS users to the same site than Firefox Android users.


# On Firefox OS smartphones

→ http --print hH GET http://www.cajamar.es/ 'User-Agent: Mozilla/5.0 (Mobile; rv:30.0) Gecko/30.0 Firefox/30.0' | egrep -i '^HTTP/|^location:'
HTTP/1.0 302 Found
Location: https://www.cajamar.es/es/particulares/

→ http --print hH GET https://www.cajamar.es/es/particulares/ 'User-Agent: Mozilla/5.0 (Mobile; rv:30.0) Gecko/30.0 Firefox/30.0' | egrep -i '^HTTP/|^location:'
HTTP/1.0 200 OK


# On Firefox for Android (redirected to mobile version)

→ http --print hH GET http://www.cajamar.es/ 'User-Agent: Mozilla/5.0 (Android; Mobile; rv:30.0) Gecko/30.0 Firefox/30.0' | egrep -i '^HTTP/|^location:'
HTTP/1.0 302 Found
Location: https://www.cajamar.es/es/comun/movil/

→ http --print hH GET https://www.cajamar.es/es/comun/movil/ 'User-Agent: Mozilla/5.0 (Android; Mobile; rv:30.0) Gecko/30.0 Firefox/30.0' | egrep -i '^HTTP/|^location:'
HTTP/1.0 200 OK
Mentor: kdubost
Status: UNCONFIRMED → NEW
Ever confirmed: true
Whiteboard: [country-es] [serversniff] [contactready]
fixed
Status: NEW → RESOLVED
Closed: 8 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.