Hey everyone. I have an Angular application that is required to make API requests on
https://mydomain.com:8080/mayapp
So my problem is that I need to redirect these incoming requests to this URL but the API does not have SSL for https requests. I want to use the "mydomain.com" bound to SSL certificate from IIS to redirect my requests over https. Is that possible or am I way off here?
Thanks for your time reading this.