I would like to create a hosted web app in Cordova. However, in my case, the hosted web app is behind a Basic Authentication.
How do I make the hosted web app to appear in Cordova client as if it wasn't behind a Basic Auth? Or how do I add the Basic Auth header all requests from Cordova Client?
Thanks!