Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在重写 Apache 中的 URL 并将请求转发到另一台服务器。
现在我的问题是我能否获取最初发出请求的设备的详细信息。
例如,如果我从 iPhone 发出请求,我能否获得这款手机的型号。
您必须使用 User-Agent 标头来确定请求的来源。iPhone 的用户代理将如下所示:
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16