The port forwarder is set up with websockify by running "websockify 5901 localhost:5900", and I can connect successfully through Postman, but not through a browser. I get an error saying that the WebSocket is closed before the connection is established.
My guess is that it's because the browser includes an "Origin" header by default. The LLMs are saying that this can cause websockify to reject the request immediately.
How should I go about solving this? Thanks in advance.