CORS
#577
Replies: 4 comments 4 replies
-
You write the header if you need it, the browser does not need it set to make cross-origin websocket requests |
Beta Was this translation helpful? Give feedback.
4 replies
-
@e3dio okay just checked the standard on websockets looks like cors is not implemented. Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Is CORS on uWebSockets enabled by default?
Example:
Domain A: xyz.com has uWS server
Domain B: zyx.com, creates a wss connection to https://xyz.com/ws1
Is the Access-Control-Allow-Origin header enabled by default?
Beta Was this translation helpful? Give feedback.
All reactions