P palmzac Active Member Licensed User Longtime User Sep 16, 2011 #1 Hi, There is a problem that Webview does not access URL with Basic Auth. Do you have any solution ? :sign0085: Thank you ! palmzac
Hi, There is a problem that Webview does not access URL with Basic Auth. Do you have any solution ? :sign0085: Thank you ! palmzac
Erel B4X founder Staff member Licensed User Longtime User Sep 18, 2011 #2 It is currently impossible. I will add it to the features list. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Sep 19, 2011 #4 There is actually one possible solution, which is to download the html with HttpClient (which supports authentication) and then load it to the WebView with LoadHtml. Upvote 0
There is actually one possible solution, which is to download the html with HttpClient (which supports authentication) and then load it to the WebView with LoadHtml.