@naive pilot
This is the default domain of my web app: https://historygame-app.azurewebsites.net
When you go to that specific web page, it takes a while to load and then gives you this message:
"The specified CGI application encountered an error and the server terminated the process."
First of all, since it's not actually supposed to display anything? The web app is supposed to hold Java scripts that provide a database service, which are prompted by a HttpURLConnection in the clientside Java scripts.
Secondly, would you have any idea how I'm supposed to access the scripts using the clientside Java scripts? Like what is the URL (if there is one) of the script/s? Does using GitHub deployments even allow the use of Http connections? If it doesn't, how the hell do I send data to and receive data from the scripts on the web app?