Hi Team, I am currently working on a .NET Blazor application, and I would like to navigate to the Guacamole remote connection page from my application.
I have successfully accomplished this with the following code: url = "http://localhost:8081/#/client/{connectionId}?token=889877......."await jsr.InvokeVoidAsync("window.open", url, "_blank"); However, we should avoid this approach due to security concerns, as we are exposing the token in the URL as a query string. It would be helpful if you could suggest any alternative ways we could connect to the Guacamole remote connection securely. Thanks and regards Sushmita S