XStack

Deep into details

0%

如何在特定IP上验证网站的可访问性

简介信息

有时候,CDN不太好使,比如,有些节点上访问资源不正常
在拿到了IP地址的情况下,可以通过Header中指定Host的形式来请求,比如:

1
curl http://<IP Address>/www/store/dist/fonts/ionicons.eot?v=2.0.1 -H 'Host: <Domain Name>'