I have a need to connect my angular $resources to a self-signed https web api. If I try to do that directly, I have messages such as
OPTIONS https://address/api/authentication net::ERR_INSECURE_RESPONSE
Is there a way to overcome this error, by any means specifying that this particular connection is trusted?