Closed
Bug 997668
Opened 11 years ago
Closed 6 years ago
[meta] nginx servers in China are often using a list of User Agent strings identifying Firefox OS as a WAP browser
Categories
(Web Compatibility :: Site Reports, defect, P5)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: karlcow, Unassigned)
References
Details
(Whiteboard: [country-cn] [lib])
Email sent to Web Compatibility mailing list on April 17, 2014.
https://groups.google.com/forum/m/#!topic/mozilla.compatibility/8dbFQbrB_sg
so we have a couple of sites (example[1]) in China which are sending the text/vnd.wap.wml Content-Type to Firefox OS. I'm adding them to the seeAlso list of the bug 941241, but I guess I should really open a separate bug about it with a dependency (THIS BUG). I think I have detected the pattern. The servers seem to always be a variant of nginx.
Server: nginx
Server: Tengine
Server: yy
Now what I want to try to figure out is that if there's a module or a configuration which is shared by Chinese Web Ops/Admins which is identifying Firefox OS to WAP.
For example, I have seen forums like this one with a suboptimal list. And it seems to be on many blogs. It might be the source of the issue.
http://www.nginx.cn/784.html
http://www.92csz.com/39/124.html
http://blog.slogra.com/post-116.html
http://www.keepbase.com/nginx-rewrite-www-to-wap
→ http --print hH GET http://youyuan.com/ "User-Agent: Capitel" | grep Content-Type
Content-Type: text/vnd.wap.wml; charset=UTF-8
→ http --print hH GET http://youyuan.com/ "User-Agent: kejian" | grep Content-Type
Content-Type: text/vnd.wap.wml; charset=UTF-8
→ http --print hH GET http://youyuan.com/ "User-Agent: daixan" | grep Content-Type
Content-Type: text/vnd.wap.wml; charset=UTF-8
which are keywords in the list that we can find on the blog posts. I will happily write a blog post about it when… well… my server is back to live.
Maybe a way to fix this would be to work with Rachel Zhang (Mozilla Beijing) and YanFang Liu (Mozilla Beijing) to fix and advocate a better practice in Chinese.
[1]: https://bugzilla.mozilla.org/show_bug.cgi?id=957444
[2]: https://bugzilla.mozilla.org/show_bug.cgi?id=941241
Reporter | ||
Updated•11 years ago
|
Whiteboard: [country-cn] [lib]
Reporter | ||
Updated•11 years ago
|
Reporter | ||
Updated•11 years ago
|
Reporter | ||
Updated•11 years ago
|
Reporter | ||
Updated•11 years ago
|
Reporter | ||
Updated•11 years ago
|
Reporter | ||
Updated•11 years ago
|
Reporter | ||
Updated•11 years ago
|
Updated•11 years ago
|
Summary: nginx servers in China are often using a list of User Agent strings identifying Firefox OS as a WAP browser → [meta] nginx servers in China are often using a list of User Agent strings identifying Firefox OS as a WAP browser
Updated•8 years ago
|
Priority: -- → P5
Reporter | ||
Comment 1•6 years ago
|
||
The Firefox OS project is not active anymore at Mozilla.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•6 years ago
|
Product: Tech Evangelism → Web Compatibility
Assignee | ||
Updated•9 months ago
|
Component: Mobile → Site Reports
You need to log in
before you can comment on or make changes to this bug.
Description
•