If any launches my webpage build with angularjs using https, any urls used within the webpage should also be opened using https, instead of the default http.
Is that possible to force angularjs using either http or https depending on the initial request?
The embedded links are for example:
<img href="my.dns.com/rest" /> without http or https in front. By default angulajrjs uses always http here.
href="//my.dns.com/rest". And, actually, it has no relation to angular