I have used HttpClient, HttpGet and HttpPost to automatically log into a website.
Now my problem is after login i have to show that page in a webview or a webbrowser in logged form. If i use
Using java Syntax Highlighting
- webview.loadDataWithBaseUrl(url, data, mimietype, encoding , failurl);
Parsed in 0.030 seconds, using GeSHi 1.0.8.4
data - html document returned by HttpGet after Login.
It looks fine in webview, but if any link is clicked, it goes back to login page.
I need my webview to contain all the cookies or datas fetched by HttpClient.
Any input from you guys, how to proceed with it ?



