CORS header 'Access-Control-Allow-Origin' missing



       WHEN  GETTING ERROR USING REQUEST FROM LOCAL FOLDER


USE THIS STEPS AS FOLLOWS : -


   

Basically, by running the following command (or creating a shortcut with it and opening Chrome through that)
chrome.exe --user-data-dir="C:/Chrome dev session" --disable-web-security
you can open a new "unsecure" instance of Chrome at the same time as you keep your other "secure" browser instances open and working as normal.

0 Comments