PhoneGap可以发送标头吗
我可以让 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不确定我是否完全理解你的问题......但是。
是的。您可以使用 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.