0
$result = file_get_contents('https://www.eventbrite.com/json/event_search?app_key=[MY_API_KEY]'); echo $result;

这在我的本地环境中记录的东西很好,但不是在生产环境中,它返回完全空白。我还尝试 ssh'ing 到我的生产服务器并运行

curl https://www.eventbrite.com/json/event_search?app_key=[MY_API_KEY]

这也很好。这是怎么回事?我的托管服务提供商 (Dreamhost) 会以某种方式阻止我吗?

4

0 回答 0