Closed
Bug 1023970
Opened 11 years ago
Closed 11 years ago
www.avea.com.tr sends a wap mime type to Firefox for Android
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: kbrosnan, Unassigned)
References
()
Details
(Whiteboard: [country-tr])
https://support.mozilla.org/en-US/questions/1005554
GET http://www.avea.com.tr/web/
Content-Type:"application/vnd.wap.xhtml+xml; charset=utf-8"
![]() |
||
Comment 1•11 years ago
|
||
Whatever the UA we start by a first negotiation with an HTML redirect.
→ http -b GET http://www.avea.com.tr/ 'User-Agent: Mozilla/5.0 (Android; Mobile; rv:30.0) Gecko/30.0 Firefox/30.0'
HTTP/1.1 200 OK
Content-Length: 218
<html><head>
<meta http-equiv="refresh" content="0;url=http://www.avea.com.tr/?lnydgwqgmpldnrgd">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="expires" content="-1">
</head><body></body></html>
And then an HTTP redirect
→ http --print hH GET http://www.avea.com.tr/?lnydgwqgmpldnrgd
HTTP/1.1 302 Found
Content-Length: 139
Location: /web/?lnydgwqgmpldnrgd
And then
→ http --print hH GET http://www.avea.com.tr/web/?lnydgwqgmpldnrgd 'User-Agent: Mozilla/5.0 (Android; Mobile; rv:30.0) Gecko/30.0 Firefox/30.0'
GET /web/?lnydgwqgmpldnrgd HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
Host: www.avea.com.tr
User-Agent: Mozilla/5.0 (Android; Mobile; rv:30.0) Gecko/30.0 Firefox/30.0
HTTP/1.1 200 OK
Cache-Control: private
Content-Encoding: gzip
Content-Length: 9124
Content-Type: text/html; charset=utf-8
Date: Wed, 13 Aug 2014 06:42:24 GMT
Last-Modified: Tue, 12 Aug 2014 10:45:09 GMT
Server: Microsoft-IIS/7.5
Set-Cookie: ASP.NET_SessionId=5g4spgyqcachnzpvzq2iae1z; path=/; HttpOnly
Vary: Accept-Encoding
X-AspNet-Version: 4.0.30319
X-Cnection: close
X-Prod: C19
This is working consistently whatever the user agent.
Testing on different devices I receive the same site.
Basically I can't reproduce. I will close as a WORKSFORME. If the issue persists or if there are more details available. please reopen.
Status: NEW → RESOLVED
Closed: 11 years ago
Hardware: All → ARM
Resolution: --- → WORKSFORME
Whiteboard: [country-tr]
Assignee | ||
Updated•6 years ago
|
Product: Tech Evangelism → Web Compatibility
Assignee | ||
Updated•1 years ago
|
Component: Mobile → Site Reports
You need to log in
before you can comment on or make changes to this bug.
Description
•