gdbgui
gdbgui copied to clipboard
Running GDBGUI behind a proxy
I'm trying to run GDBGUI behind a proxy -- I'm using JupyterHub has a programming environment for students in our classes.
JupyterHub provides a proxy mechanism where in both the subprocess TCP port is exposed as e.g.
https://coding.csel.io/user/grunwald/gdbgui/
and that endpoint is then proxied to the gdbgui on whatever port was allocated.
The problem I'm having is that gdbgui doesn't appear to be aware of the URL prefix and tries to load e.g. https://coding.csel.io/hub/socket.io...e.g.

Has anyone used GDBGUI behind a similar proxy mechanism and if so, how did you get it to work?