I have a JavaScript client that uses the Guacamole.Client (guacamole-common-js class) and I would like to directly connect to guacd avoiding the tunneling through a server (like they do in the example).
So I need to pass the parameters like the ip and port of the RDP-host, username and password etc. from the JavaScript client to the guacd proxy and open the connection.