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
lawjolla
05/04/2018, 5:04 PM
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
pettanko
05/04/2018, 7:19 PM
I keep getting 400 error
l
lawjolla
05/04/2018, 7:31 PM
Then you'll want to deal with that error. It's not the CORS problem