这里映射REST api jquery返回错误

时间:2017-03-22 10:36:59

标签: javascript jquery rest

我正在测试Here Maps REST api,但收到错误。当我尝试使用这里的地图REST api来模拟数据请求以获取交通信息。下面是我的代码:

style.css

提前预订

注意运行代码时添加错误捕获: enter image description here

1 个答案:

答案 0 :(得分:0)

请求网址应该是这样的

https://traffic.cit.api.here.com/traffic/6.0/incidents.json?app_id=APP_ID&app_code=APP_CODE

在你的情况下:

https://traffic.cit.api.here.com/traffic/6.0/incidents.json?app_id=DemoAppId01082013GAL&app_code=AJKnXv84fjrb0KIHawS0Tg

注意:永远不要泄露您的应用ID和应用代码。