javascript - Cross-Origin Resource Sharing issue -
i have been able access resource different origin in ie microsoft.xmlhttp , assume proper response headers coming other server. when try access same resouce using xmlhttprequest in chrome fails below error
get http://example1.com/appname/app/home.aspx?option=2&s=1&d=1&c=us&c=1391 (anonymous function) @ vm514:2 injectedscript._evaluateon @ vm369:875 injectedscript._evaluateandwrap @ vm369:808 injectedscript.evaluate @ vm369:664 vm514:2 uncaught domexception: failed execute 'send' on 'xmlhttprequest': failed load 'http://example1.com/appname/app/home.aspx?option=2&s=1&d=1&c=us&c=1391'
now don't know issue using chrome v47.x
any idea???
Comments
Post a Comment