On Sun, May 4, 2025 at 5:37 PM Savinder Kaur <sav...@gmail.com> wrote:
> Hi Team , > We want to extend the guacamole capabilities for http > plug-in similar to RDP or SSH support . > This is doable, but would require adding the protocol support into guacd for HTTP, which is a fairly complex task. > I experimented with http plug-in support natively through headless browser > but didn’t find it valuable to record http session . > > I don't know what you mean by this - you'll have to explain further. > Could you help me with the optimal approach to record http session when > user interacts with http server . > > The "optimal" approach would be using some sort of programmatic HTTP rendering system to convert the HTTP pages into Guacamole protocol and present that through guacd, but, again, this basically means implementing a new protocol from the ground up in guacd, which is a complex task. If this is what you tried and started on, I'd suggest you share your code with the community and both contribute it and also get more concrete help on implementing it in a way that adds to Guacamole. Alternative methods for this would be to use one of the existing protocols - RDP or VNC, most likely - to present a browser interface for the user (you can do full-screen/kiosk mode in many browsers). -Nick