How to disable code-server-session when using subpath? #6151
Answered
by
code-asher
zhaozhiming
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
code-asher
Apr 24, 2023
Replies: 2 comments 4 replies
-
If you are running the command in code-server's terminal there is no need to
go through the proxy, right? You could just directly `curl localhost:8888`.
|
Beta Was this translation helpful? Give feedback.
3 replies
-
anything else? how to make it work like these ways:
|
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
That makes sense. Right now there is no way to bypass the auth check unfortunately. Eventually we want to add the ability to make a URL public.
For now I think you would need to use something else to proxy the services or remove password authentication (possibly replacing it with some kind of external authentication).