Hi
I am trying to setup a demo for our Eclipse based RCP application Elexis, letting our application run in a docker container.
On my development I manage to run some as I seem to have in my firefox cache an downloaded version of x2goplugin.js.
The x2goplugin.html has in it header
<script src="http://plugin.x2go.org/media/x2goplugin.js" >
type="text/javascript"></script>
Which fails to download properly as an Authorization is required. Same when trying to get it via wget
wget http://plugin.x2go.org/media/x2goplugin.js --2014-12-20 11:32:21-- http://plugin.x2go.org/media/x2goplugin.js Resolving plugin.x2go.org (plugin.x2go.org)... 188.40.28.16 Connecting to plugin.x2go.org (plugin.x2go.org)|188.40.28.16|:80... connected. HTTP request sent, awaiting response... 401 Authorization Required Reusing existing connection to plugin.x2go.org:80. HTTP request sent, awaiting response... 401 Authorization Required
Could you fix this problem or put a copy of it to public accessible place?
Once everything is working, I will publish this project on github and announce it here.
Best regards
Niklaus