Replies: 1 comment 1 reply
-
So you are serving code-server on HTTP and accessing that directly in an HTTPS website? Browsers will not allow this typically, both resources need to be HTTPS. If this is the case you should see an error about "mixed content" in the browser logs. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I`am trying embed code-server webpage into another website, and it not work.
Code-server working in a docker container with http mode, and export a port to the internet,
and I deploy a https website program in another machine, another LAN.
When I open code-server in my wibsite program, it can`not connect code-server port.
It may resolve via nginx proxy, but I do`not want user to mach proxy program, it will make my architecture becomes more complex.
Possible problem: CSRF, samesite-auth-cookie
code-server version: v4.102.2
code-server command: /usr/bin/code-server --bind-addr 0.0.0.0:8080 --auth password --disable-telemetry .
my website program: another machine, another LAN, use https, embed code-server with js iframe
Thanks for help.
Beta Was this translation helpful? Give feedback.
All reactions