Is this possible? I am building a ecommerce site that requires calling external api service built on HTTP. My site is built on AWS EBS, with django(backend) and angular2(frontend). If I try to call the HTTP api from angular side, mixed-contents errors pops up, which is apparently the chrome browser blocking the call.
Is there a way to do this? I found this answer regarding proxy, but because I'm a newbie, I don't really get how to I can proxy the call with django or angular. Thanks.