I am using an XMLHttpRequest to open a URL. when I run my application on localhost, it works properly. but when I want to run form my pc it generates access denied error. Is this something because of security settings on the server? what should I change to fix the problem?
Share
XMLHttpRequest is purely http based and works with local host/host address.