It would be nice to enable all hrefs called from the JavaScript to be pre-pended with a customizable URI string in order to support the allowance of proxy server usage with Construct2 applications.
i.e. all href: "/images" would become -- href:"/" + serverName + "/images"
This way I can proxy requests in Apache HTTPD around to back-end servers allowing me to firewall off the back-end server.
I am kind of working around it, but a couple of elements (such as the 'loading-logo.png') fail to load when running Construct JS via a proxy server, but any kind of proxy server support would be nice.