@Cold-Egg : Thanks for the pointers, as they helped me shape the results. The issue were "blocked firewall ports" and browsers not accepting http requests from https websites.
I was not using the NodeJS AppServer setup. I tried to set this up and it works, but no change in my app. The other .js parts from my app were and are working. Only the rest api calls are not sent.
I do not see any error in error or access log. @Cold-Egg
I am trying to deploy an application in JS on an OpenLiteSpeed server. Everything is set-up and the app is working.
It should send HTTP GET requests to a REST API. but this fails. Unfortunately, the JS does not allow any error logging.
I tried multiple approaches:
1. Sending curl...