ajax - XMLHttpRequest cannot load -


i getting error

xmlhttprequest cannot load https://abc.com/xml. origin 'http://localhost:8080' not allowed access-control-allow-origin.

in chrmoe while connecting web serives. tried use in header section of html. not working. web services calling not support jsonp. same code working fine ie8. 1 please help

if calling url in other domain original page browser forbids such request default. in order make xmlhttprequest url different domain have place in root folder of remote server clientaccesspolicy.xml file cross-domain acces. more info here: http://msdn.microsoft.com/en-us/library/cc197955%28v=vs.95%29.aspx


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -