Hi Nick, Thank you for your response!
I followed the blog to add the Guacamole-Token to the HTTP headers in window.open(), but I was unable to get the response correctly. Is there another way to navigate to the Guacamole remote connection? Please find the attached file below. [image: image.png] Thanks & Regards Sushmita S On Mon, Feb 24, 2025 at 8:17 PM Nick Couchman <vn...@apache.org> wrote: > 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 > >>