Open crazypeace opened 1 year ago
https://codesandbox.io/
I created a Python sandbox
Then I followed the quick start on repo's readme. https://github.com/huashengdun/webssh#quickstart
pip install webssh wssh
A webview displayed.
I use a new browser to open that url. When I connect, I meet the error "Cross origin operation is not allowed"
I fix it by run cmd: python main.py --origin=* --debug
https://codesandbox.io/
I created a Python sandbox
Then I followed the quick start on repo's readme. https://github.com/huashengdun/webssh#quickstart
A webview displayed.
I use a new browser to open that url. When I connect, I meet the error "Cross origin operation is not allowed"