Open blois opened 3 years ago
This is because the browser send over the auth url as is to the jupyter_http_over_ws handler, which initiate an request to this url unmodified to obtain the auth cookie. Could the handler place the server:port to the appropiate ones?
If connecting to a local runtime via port forwarding and the port # is forwarded to a different port then the proxy will fail to connect and will generate the error:
The connection works if I ensure that the port is not changed during the forwarding.