I have a webview that displaying authenticated web page.
I need to save the content of the page for offline use. Or even I need to get the Html content of the URL that is already authenticated through webview.
Is it possible?
I can't able to get the URL contents through HttpRequest, as the server expects authentication.