CORB Error retrieving a json file
CORB Error retrieving a json file
I am trying to recover the data of a JSON file from the following address:
http://www.armada.mde.es/ihm/Documentacion/Mareas/json/2018/bonanza/bonanza_2018-07-26.json
This is my code:
var settings2 = {
"async": true,
"crossDomain": true,
"url": "
http://www.armada.mde.es/ihm/Documentacion/Mareas/json/2018/bonanza/bonanza_2018-07-26.json",
"method": "GET",
"headers": {
"cache-control": "no-cache"
}
};
and I get the result of the attach picture.
Some help to solve it? Thanks
Topic Participants
agustin.lorenzi
jakecigar