I see there are lots of threads about No 'Access-Control-Allow-Origin' header
. My question is about how to solve this in plunker.
I have a piece of code in plunker, which tries to load an external html file. It gives an error No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://run.plnkr.co' is therefore not allowed access.
I tried to launch Chrome by open /Applications/Google\ Chrome.app --args --disable-web-security
, but it did not help.
Does anyone have any workaround to make loading an external html file work in plunker?