We installed httprd per the README.md.
We start httprd and see the following response from the shell:
$ python /usr/local/src/httprd/httprd.py --port 12345 --password=FOO --view_password=BAR --fullscreen
======== Running on http://0.0.0.0:12345 ========
(Press CTRL+C to quit)
When I connect from a browser running on 1.2.3.5 with http://1.2.3.4:12345/connect_view_ws?password=FOO, the browser does not show the desktop display, but only returns:
No WebSocket UPGRADE hdr: None
Can "Upgrade" only to "WebSocket".
And the console shows the message:
[06.01.2025-21:16:00] 1.2.3.5 GET [VIEW] /connect_view_ws?password=FOO
What did I miss? How do I resolve this?