命令行模拟referer访问,测试七牛防盗链。

使用命令行1.

curl -I -H "Referer:fdsf" http://cdn.youdai365.com/res/v3/css/common.css

使用命令行2.

curl -I -e dgdf http://cdn.youdai365.com/res/v3/css/common.css

使用命令行3.

curl -I --referer dgdf http://cdn.youdai365.com/res/v3/css/common.css

使用命令行4,不带refer,可以返回200而不是403.

curl -I  http://cdn.youdai365.com/res/v3/css/common.css

你可能感兴趣的:(命令行模拟referer访问,测试七牛防盗链。)