I have setup application load balancer in AWS. I have setup target and listeners correctly. Load balancer is configured to handle Https request and SSL certificate is also configured correctly from ACM.
All request over http and https from POSTMAN and Web browser are returning response correctly. It gives response correctly.
However when i am trying to make https request from Angular 6 app, it fails with following error:
net::ERR_CONNECTION_CLOSED
All HTTP requests are successful.
Many posts said to set Access-Control-Allow-Origin headers and its correctly set in my server api code.
Is there anything am I missing?