【发布时间】:2018-09-01 20:59:56
【问题描述】:
我正在尝试构建一个 URL 来查询 iTunes API 以获取 podcast 信息。
我尝试过使用 https://itunes.apple.com/search?entity=podcast 和 https://itunes.apple.com/search?media=podcast
还尝试添加国家和限制参数 https://itunes.apple.com/search?entity=podcast&country=us https://itunes.apple.com/search?entity=podcast&limit=25
目前我只是在浏览器 (chrome) 中输入 URL 以查看是否可以获得 JSON 响应,但我不确定我做错了什么。
我得到的回应:
{
"resultCount":0,
"results": []
}
【问题讨论】:
-
你检查过隐私浏览中的url吗?可能是您的应用会话中缺少某些 id cookie,您的浏览器正确吗?
-
刚刚根据您的建议尝试隐身。同样的事情。