How to allow HTTP (not just HTTPS) requests in $http services?
I think my question is pretty straightforward.
We have a local server and we want to send data to it via a http (not https) request. The owner of this server is not planning to make it https. I get it, since it is used by very few people, it is not exposed to the internet and it is an old one.
When doing the request in Vuforia View I don't receive it in the server. In the Vuforia Studio Preview it is working. I tested the service of this server in a Rest API test app and it is working fine, same request and same device as of Vuforia View. So it is looking like an http request block in the app.
For me it would make more sense allowing HTTP requests than making the user do another step or ask for the backend team do another service just for that.
There is any way to do it? I know that it is possible in other frameworks. Thanks!

