UOA-CS732-SE750-Students-2024 / project-group-golden-giraffes

Blurple Canvas, but on the web!
https://canvas.projectblurple.com
Other
1 stars 1 forks source link

CORS preventing localhost requests #243

Open pumbas600 opened 1 month ago

pumbas600 commented 1 month ago

CORS is currently preventing requests from localhost on our deployed version. It would be good if we could get this to work as it would allow people to test the frontend by changing the API URL, without needing to start/setup the backend.

Note that the CORS configuration for the WebSockets is separate, but I believe it's even more restrictive so it'll be good to make that publically available too.