Question
Is it possible to set Access-Control-Allow-Origin * to every request, even if "no-cors"?
I really struggle with CORS and currently, I don’t find a solution with it.
Have a look at my problem in StackOverflow
But to make it short. Somehow Vue is requesting an image with “no-cors” and is saving it to the cache. However, if I’m working with canvas, I get CORS errors…
Do you have any idea how I can fix it?