I make ajax calls to URIs which belong to a different website domain. Normally in IE I am able to do this via jQuery cors support. But this fails in google chrome browser irrespective where cors support is set or not.
Now I get an error saying something like:
XMLHttpRequest cannot load <URI>. Origin http://localhost:8000 is not allowed by Access-Control-Allow-Origin.
Is there a setting in google chrome that can prevent the above error?
