When hosting this on anything other than localhost, I get CORS errors when viewing a show.
I get CORS Missing Allow Origin.
I dont think that doing the API requests from the browser is the best idea. The server app should also act as a proxy for the browsers API calls.
When hosting this on anything other than localhost, I get CORS errors when viewing a show.
I get CORS Missing Allow Origin.
I dont think that doing the API requests from the browser is the best idea. The server app should also act as a proxy for the browsers API calls.