How can I set basic authentication on IMG tag for Ionic?
I have tried using src="http://username:password@server/Path"
as suggested on link which works fine with ionic serve
in browser, but when uploaded to mobile it doesn't work. I am fetching other resources with authentication header with http request which works fine also.
Any help would be appreciated