angular universal https problems – Twitter API
I have an angular universal app set up. I do POST requests on the server-side using localhost to pre-render my app and this works fine. An example working url would be http://localhost:8000/api/get-info. I've now put the app into production on…