How can we open external site URL which has basic Auth in phoneGap View?
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)
How can we pass the credentials? Right now I am not using any phoneGap features, let me if there is any other way to proceed.