【发布时间】:2012-03-20 22:24:28
【问题描述】:
我正在使用 webview 和 native 开发混合应用程序。我在我的 webview 中使用 ajax post 方法,并在我的默认 android 代码上通过 HttpClient 使用 post 方法。 但即使我去同一台服务器,我的会话 ID 也不匹配。
有没有办法在我的应用程序的同一会话中发出 http 请求? 感谢您的任何建议。
【问题讨论】:
标签: android http httpclient android-webview httprequest