我们如何在 phoneGap 视图中打开具有基本身份验证的外部站点 URL?
super.loadUrl("https://google.com"); //it works
super.loadUrl("https://xyz.com"); //this site has Basic Auth, it's not working & it is not giving authentication challenge (popup for credentials)
我们如何通过凭证?现在我没有使用任何 phoneGap 功能,如果有其他方法可以让我继续。