如何将 cookie 从 Android 应用程序传递到网页
我有一个带有登录屏幕的 Android 应用程序。单击登录按钮后,我将启动一个网络视图,并将cookie传递给它。这样,我就可以在 webview 中看到网页的内容了。
但是,当我单击已加载网页的链接时,请求失败,并且网页未加载。如何以这样的方式传递cookie,以便在登录后我可以无情地遍历任意数量的网页。
I have an Android application which has a login screen. Upon the click of login button I am launching a webview with cookies passed to it. So, I am able to see the contents of the webpage in the webview.
But when I click on the links of the webpage loaded, then the request is faling and from there webpage is not loading. How to pass cookies in such a way that after the login , I can traverse through any number of webpages relentlessly.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
试试这个..
Try This..
您不应该离开您的 WebView。拦截链接并在自己的WebView中加载URL
You should not leave your WebView. Intercept the link and load the URL in your own WebView