-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
connecting to httprd gets No WebSocket UPGRADE hdr: None #4
Comments
Something related to aio-libs/aiohttp#7224 Will investigate later |
@te-anhydros are you trying to connect directly to |
I tried
and repeat. I tried
and repeat. How do we convey the password from the browser via the URL? |
@bitrate16 you wrote:
I see in this comment to that issue:
Please excuse my ignorance, which is vast. Is a browser inappropriate for connecting to an httprd server? Is there a browser extension (chrome or firefox) that does have the necessary JS to open a websocket? Thanks! |
When you connect through address bar, it sends plain HTTP request and does not support UPGRADE to websocket. If you need to view the websocket stream, you need a websocket client. Also, since it's using custom protocol, you won't see the image through the direct connection, just raw data that needs to be decoded. I would suggest to open |
Hi @bitrate16, You wrote:
Please also suggest which tool(s) that we can use to open http://1.2.3.4:12345 that will allow viewing and using the X display server. Ideally, this would be an extension to Firefox or Chrome, but if there's something else, please let us know. Thanks! |
@te-anhydros |
We installed
httprd
per the README.md.We start
httprd
and see the following response from the shell:When I connect from a browser running on
1.2.3.5
withhttp://1.2.3.4:12345/connect_view_ws?password=FOO
, the browser does not show the desktop display, but only returns:And the console shows the message:
What did I miss? How do I resolve this?
The text was updated successfully, but these errors were encountered: