cors issue #7031
Unanswered
codeMonkey-shin
asked this question in
Q&A
cors issue
#7031
Replies: 1 comment 1 reply
-
Hmm...we have |
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
-
I want to use the login API of the code server in my web app to obtain cookies and skip the login process to use the code server.
My web app's domain is domain.site, and the code server is on *.workspace.domain.site.
However, when I make an API request to obtain the cookies, a CORS error occurs. Is there a way to add the origin on the code server?
Beta Was this translation helpful? Give feedback.
All reactions