Replies: 1 comment 3 replies
-
It looks like this might be coder rather than code-server? Just by going off the The |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm running into cors issue as follows, when trying to access my API running on port 5100 from a react app running on port 3002.
I'm using native Javascript fetch to make the request and tried using the
{ "credentials": "include" }
header but that doesn't seem to help either.Is there a way to request resource from the api using the react app using just url? Or would the best path forward would be to expose the port directly and use the ip address of the code-server to run the request on?
Let me know if more context is required on my current setup if it helps.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions