spa-server icon indicating copy to clipboard operation
spa-server copied to clipboard

can it support CORS policy ?

Open arsen2010 opened this issue 5 years ago • 0 comments

http://localhost:1100 is run on spa-server, i try to use window.fetch to get JSON file, but occur error:

Access to fetch at 'http://localhost:1100/examples.json' from origin 'http://localhost:1112' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.

arsen2010 avatar Feb 02 '20 14:02 arsen2010