I am working on an Angular app.
Using the APIs I get this error:
'Origin http://localhost:8000 is not allowed by Access-Control-Allow-Origin.'
I am able to use browser extensions to avoid this in Chrome and Firefox.
However, in Safari it does not have such extensions.
I also set the 'Disable local file restrictions' on the Safari browser too.
QUESTION
How do I resolve this error in Safari?