+ 4
How to overcome same crossorigin problem to fetch an url?
It shows an error 'crossorigin problem' when i am fetch the url. fetch('https://youtu.be/ukNa-H0eTes') why this happens? Please make help!
2 Antworten
+ 6
Cross Origin Resource Sharing has to be enabled on the web server. Try using an iframe, or a url that has CORS enabled.