You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having the situations like multiple vnc servers listening each to a different port (5900, 5901, ..., 5910) I would like to mention the noVNC to connect to a single port (wsproxy) like 80 or 443 (SSL) and redirect all communication to the right port ? Is there any method to do this ? i would like to do something like,
path = WebUtil.getQueryVar('path', 'websockify?host=IP&port=portnumber');
Could you please help me to achieve this ?
The text was updated successfully, but these errors were encountered:
This is a duplicate of #3 Note that the client to request arbitrary targets is a huge security issue and will not be implemented in websockify. However, you can pre-configure targets in a configuration file and then launch websockify using the --target-config option. You then specify a "token=XYZ" in the query parameters of the initial websocket request path.
Hi,
I am having the situations like multiple vnc servers listening each to a different port (5900, 5901, ..., 5910) I would like to mention the noVNC to connect to a single port (wsproxy) like 80 or 443 (SSL) and redirect all communication to the right port ? Is there any method to do this ? i would like to do something like,
path = WebUtil.getQueryVar('path', 'websockify?host=IP&port=portnumber');
Could you please help me to achieve this ?
The text was updated successfully, but these errors were encountered: