You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/*
The necessary information is indeed there - you just need to know how to generate the URL. The base64 bit after ".../guacamole/client/" in the URL of a connection is built from the following information:
The connection identifier (in MySQL / PostgreSQL, this will be the connection ID)
The type ("c" for connections and "g" for balancing groups)
The identifier of the auth provider storing the connection data (usually "postgresql", "mysql", or "ldap" - in your case the correct value would be "mysql")
*/
// printf '2\0c\0postgresql' | base64
May I ask how to obtain the UID after /#/client?
look forward to your reply, thank u so mach ~
The text was updated successfully, but these errors were encountered: