xampp - Issues loading data from Deployd using Angularjs -
I'm just starting to learn some programming and I'm studying Professor Angel J. by Adam Freeman. In the pursuit of one of the examples, the authors have shown in the book that I have created my own, I have an XMP server and data is posted in it. The data ( http://192.168.1.40; 500 / CARS
) contains both servers in a virtual XP machine (VMware) such as:
[[" Brand: "", "Color": "Blue", "Price": 20000, "Year": 2010, "ID": "95d78d0090f3ab62"}, {"Brand": "Kia", "Color": " "", "Value": "10000", "year", "id": "47e180e828b2297a"}, {"brand": "toyota", "color": "black", "value": 22000, "year": 2013 , "Id": "19ab0a96f80c29ab"}, "brand": "book", "color": "silver", "price": 25000, "year": 2012, "id": "a9a217f2a7381994"}, {"brand ":" Ferrari "," color "," red "," value ": 2500 00, "year": 2014, "id": "0b8a0179f95a17"}, {"brand": "porch", "color": "blue", "value": 60000, "year": 2012, "id": "F76556eb6aa7981e"}]
I have no problem accessing the data to enter the URL in the browser.
The relevant HTML looks like this:
This is the issue I'm having when I use the page in IE9 so it's completely Works when I do not show anything using Firefox, and no error or at all. The data is not loaded in Chrome and it gives me this error:
XMLHttpRequest does not load Can http://192.168.1.40 There is no 'Access-Control-Permission-Origin' header on the requested resource Origin 'http://192.168.1.40' therefore the entry is not allowed.
As I said I am very new on this, and it is very surprising for me that it works in IE and the remaining is not in the browser I also have a "json" file Using the same code instead of the deployment data, and it works in all browsers. Any ideas what should I do here? Thanks!
In the IE9 page,
You must update your version of the deployd - run npm update from the command prompt in your deployd installation folder - <
Comments
Post a Comment