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...