创建您自己的 wurfl 异常

发布于 2024-12-07 14:43:17 字数 592 浏览 0 评论 0原文

我正在使用 php wurfl 1.3.1 和 cakephp - 以下用户代理被选为移动浏览器,这是不正确的。

在Windows 7机器上,64位版本的IE没有问题,但32位版本重定向到移动设备。

(32 位)[问题]

Mozilla/4.0(兼容;MSIE 8.0;Windows NT 6.1;WOW64;Trident/4.0;GetMiroToolbar 1.2;SLCC2;.NET CLR 2.0.50727;.NET .NET CLR 3.5.30729; 3.0.30729;Media Center PC 6.0;InfoPath.2)

(64 位)

Mozilla/4.0(兼容;MSIE 8.0;Windows NT 6.1;Win64;x64;Trident/4.0;.NET CLR 2.0。 50727;.NET CLR 3.5.30729; 3.0.30729;Media Center PC 6.0;Tablet PC 2.0)

如果您确实为我提供了修复程序,请告诉我确保服务器正确读取新配置的正确步骤。我是否只清除 WURFL 缓存? 谢谢。

I am using php wurfl 1.3.1 with cakephp - The following user agent is being picked up as a mobile browser which is incorrect.

It is on a windows 7 machine, the 64 bit version of IE has no problem but the 32 bit version redirects to mobile.

(32 bit)[PROBLEM]

Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GetMiroToolbar 1.2; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)

(64 bit)

Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64; x64; Trident/4.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0)

If you do have a fix for me, please also let me know the proper steps to making sure the server reads the new configs properly. Do I just clear the WURFL cache?
Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

忆伤 2024-12-14 14:43:17

web_browsers_patch.xml 中,我添加了以下行:

    <device user_agent="Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GetMiroToolbar 1.2; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)"
        fall_back="msie" id="msie_8">
        <group id="product_info">
            <capability name="model_name" value="8.0" />
        </group>
    </device>

in web_browsers_patch.xml I added the following line :

    <device user_agent="Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GetMiroToolbar 1.2; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)"
        fall_back="msie" id="msie_8">
        <group id="product_info">
            <capability name="model_name" value="8.0" />
        </group>
    </device>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文