Anyone that can tell me how to use cors properly? ...
# orm-help
p
Anyone that can tell me how to use cors properly? 😕 My windows computer can't send graphql requests to my mac, but I can visit the graphql endpoint and use playground.
l
CORS is normally off by default. What you're likely seeing is a server error propagating up without CORS (e.g. a 500 error without a CORS header)
p
I keep getting 400 error
l
Then you'll want to deal with that error. It's not the CORS problem
p
l
Ok, then good luck with that path