How to use two websites in Cors? #3805
Unanswered
kevinmamaqi
asked this question in
Q&A
Replies: 1 comment
-
I was not able to reproduce: https://github.com/socketio/socket.io-fiddle/tree/cors Is there anything in your setup that could add another "Access-Control-Allow-Origin" header? |
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
-
Currently I am using socket.io with node with the followin setup for CORS:
But I always get an error: has been blocked by CORS policy: The 'Access-Control-Allow-Origin' header contains multiple values
Is there a way to allow multiple domains?
Beta Was this translation helpful? Give feedback.
All reactions