On Mon, Feb 24, 2025 at 9:18 AM Sushmita Velan <sushmitavel...@gmail.com> wrote:
> Hi Nick, > > Thanks for your response! > > I have tried using Nginx as a reverse proxy and passed the Guacamole-Token > as a cookie in the HTTP header. Fetching other resources, such as getting > users and active connections, works as expected. However, when navigating > to the remote client connection, it redirects to the Guacamole login page > because we cannot add the HTTP header in window.open() > > await jsr.InvokeVoidAsync("window.open", url, "_blank"); > > I found the following site that describes how to open a new window with headers specified: https://medium.com/@mkushwah222/javascript-pass-headers-in-window-open-c1e841640049 -Nick >