是否可以区分该请求是来自 UIWebView 还是来自 iPhone 的 safari?

发布于 2024-12-13 15:19:51 字数 46 浏览 0 评论 0原文

我希望能够区分http请求。我可以使用 IP、用户代理或其他方式实现此目的吗?

I want to be able to distinguish http requests. Could I achieve this using IP, user agent or other means?

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

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

发布评论

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

评论(1

み零 2024-12-20 15:19:51

UIWebView 是否托管在您正在编写的应用程序中?如果是这样,您应该能够使用 NSURLConnection 手动管理与服务器的连接,并添加或更改随 HTTP 请求发送的标头,以将您需要的任何信息传递给服务器。

Is the UIWebView hosted in an app you're writing? If so, you should be able to manually manage the connection to the server with an NSURLConnection and add or change headers that are sent with the HTTP request to pass whatever information you need to the server.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文