我正在研究的是获取所有文件资产,如CSS,JS和图像,看看我是否可以重定向它们。现在,您可以访问两个位置,如果您访问网址http://www.example.net/about-us/
,它会重定向到https://www.example.net/about-us/
。
http://www.example.net/assets/images/logo.png -> https://www.example.net/assets/images/logo.png
http://www.example.net/assets/css/style.css -> https://www.example.net/assets/css/style.css
我在Apple网站上的一个工作示例是我希望这个文件网址能够将我重定向到HTTPS版本(http://images.apple.com/v/mac/home/y/images/home/imac_pro_02_large.jpg),但事实并非如此。他们确实有HTTPS版本(https://images.apple.com/v/mac/home/y/images/home/imac_pro_02_large.jpg)。
我被告知这是一个nginx /浏览器的事情,这是正常的行为。
我希望我有道理。我的所有搜索都只提供了URL,并没有解决文件,因此我希望有人可以为我清除这些内容。