Hi,
I used AJAX to load JSON file from this URL: https://maps.googleapis.com/maps/api/di ... key=MY_API
(You can check by use your API for MY_API). By enter that URL in browser I can see JSON data and download as JSON file. But with C2's AJAX request i could not get JSON Data (AJAX.LastData).
I checked with actual JSON file (no parameters) like this: http://www.vixus.hr/test/konzum.json or this: https://api.indiegogo.com/private_api/c ... funds.json
all above urls ended at .json (without any parameter folllow), for these urls AJAX work perfectly.
I need help <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">!
Thank you!
Does your event use the Ajax on completed condition before trying to get Ajax.lastdata?
Develop games in your browser. Powerful, performant & highly capable.
There may be some useful information in this post:
oosyrag: Sure I did! Actually it worked with 02 url with ...json at the end
dop2000: I read that thread but it could not solve my case. Thanks!