我使用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添加了白名单,我检查了密钥信息。
可能的问题是什么?
#!/bin/bash
echo "Number of hosts entered are "$#
echo "Hostnames are "$@
for i in "$@"
do
echo "Logging in to the host "$i
pbsh root@$i '
ipaddr=`ip r | awk '{print $9}'`
if [ ipaddr = 172.*.*.* ]
then
echo "Script can not
我在一个webapp上使用(即gapi-signin-button)。该应用程序由一个gulp服务器提供,绑定到0.0.0.0。当我在本地开发时,登录过程可以工作,但是当我在远程服务器上运行并通过公共IP访问页面时,我会得到以下签名错误:
Error: invalid_request
Permission denied to generate login hint for target domain.
我的localhost:PORT和SERVER_IP:PORT都在我授权的JavaScript来源中。其他的答案说我应该绑定到localhost,而不是其他接口,但是这在这里不适用,因为如果绑定