cilki / gameframe.online

GameFrame is a gaming analytics website created for CS373
http://gameframe.online
Apache License 2.0
5 stars 1 forks source link

API needs to set `Access-Control-Allow-Origin: *` response header #29

Closed therealsamf closed 6 years ago

therealsamf commented 6 years ago

image

We need the API to set this response header and pushed, at least while we're developing. I have no idea if it poses a security risk in production, but because our origin, while we're developing, is localhost, I can't load the data into the frontend code.

cilki commented 6 years ago

OK I see. I'll try to fix that tonight