When making a request from a browser, I get the following error:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://perfecttictactoe.herokuapp.com/api/v2/play. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).
I am currently relying on a proxy server to make requests. Would you consider setting your server so that it allows CORS?
When making a request from a browser, I get the following error:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://perfecttictactoe.herokuapp.com/api/v2/play. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).
I am currently relying on a proxy server to make requests. Would you consider setting your server so that it allows CORS?