Closed AhmadPirzargar closed 3 years ago
Hi,
You either have to install a Chrome or Firefox extension and enable CORS
requests. (which is what I do most of the time)
or you have to set up a proxy server on your machine and set tse.API_URL
to point to that server.
for example look at this simple php
proxy
One extra note:
You should serve these files through a web server,
and not opened like file:///tse-client/test/browser/basic.htm
,
but rather like http://localhost/tse-client/test/browser/basic.htm
.
Hi, When running each browser test I get a CORS error.
Thank you for any help.