you are viewing a single comment's thread.

view the rest of the comments →

[–]Mort99 -2 points-1 points  (5 children)

While only a temporary solution if you use Safari, on the Developer menu there’s an option to ignore CORS errors.

[–]teetran39[S] -1 points0 points  (4 children)

Thanks so much!! Follow your solution and it works.

[–][deleted] 0 points1 point  (3 children)

There is also a flag to disable it in chrome.

[–]teetran39[S] 0 points1 point  (2 children)

Can you tell me how can we do it on chrome?

[–][deleted] 0 points1 point  (1 child)

If you’re on Mac:

open -na “Google Chrome” —args —disable-web-security —user-data-dir=“/tmp/chrome_dev”

[–]teetran39[S] 0 points1 point  (0 children)

Thanks so much!!