Showing posts with label Chrome Developer tools. Show all posts
Showing posts with label Chrome Developer tools. Show all posts

Tuesday, May 21, 2013

Chrome error: Cross origin request are only supported for HTTP

If you are trying to load a XML that is on you local computer you might get and error that looks like this:

Cross origin requests are only supported for HTTP

Use --disable-web-security via the command prompt to remove this error. Watch the video for more details.



Get the files here

Load a XML file using JavaScript in Chrome

If you are trying to load a XML that is on you local computer you might get and error that looks like this:

Cross origin requests are only supported for HTTP

Use --disable-web-security via the command prompt to remove this error. Watch the video for more details.



Get the files here