【发布时间】:2012-12-05 08:29:40
【问题描述】:
我使用 netdna api。 api是登录进程。
$api = new NetDNA("xxx","yyyy","zzzz"); // success
但是。
$ret = $api->delete('/zones/pull.json/99999/cache?file=/'.$fileurl);
print_r($ret); // is empty and dont change this file in cdn
我的ip添加白名单,我检查了关键信息。
可能是什么问题?
【问题讨论】:
-
嘿@hamideyuce 我会尽快为您解答。
-
运行后可以将结果粘贴到
curl -I http://cdn.example.com/yourfile谢谢!
标签: php cdn netdna-api