PhoneGap可以发送标头吗

发布于 2024-12-23 07:00:10 字数 104 浏览 0 评论 0原文

我可以让 PhoneGap 为来自其 UIWebView(或 Android 等效项)的 http 请求发送标头吗?我想告诉用户何时通过我的应用程序浏览我的网站,而不需要入口点和 cookie。

Can I have PhoneGap send a header for http requests coming from its UIWebView (or the Android equivalent)? I would like to tell when a user is browsing my site through my app without the need for an entrance point and cookies.

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

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

发布评论

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

评论(1

习惯成性 2024-12-30 07:00:10

不确定我是否完全理解你的问题......但是。

是的。您可以使用 ajax 库或在 Phonegap 应用程序中编写普通 XHR 请求。当您执行请求时,会生成一个标头并将其发送到您指定的任何位置。

Not sure if I totally understand you question... However.

Yes. You can use an ajax library or write a vanilla XHR request in your Phonegap app. When you execute the request a header is generated and sent to wherever you direct it.

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