This was a strange case, which came down to removing the slash from the end of the URL fixing everything. One way or another, whenever we made a GET request using $ http in Angular, for example baseurl + inventory.id + "/", it would execute an http request, but as soon as it removed this slash, it would correctly execute the request https.
Still so confused
source share