2021-09-12
·
Others
·
约 739 字
·
阅读需 2 分钟
·
44 次阅读
·
CDN的回源端口设置为80,而源站又开启了HTTP重定向至HTTPS的功能,这样的话客户端无论是通过HTTP还是HTTPS访问CDN加速域名时,CDN在回源的时候都是使用HTTP请求源站,此时会触发源站的HTTPS强制跳转逻辑,然后源站会要求CDN重新发送一个HTTPS的请求,但是CDN仍然会发送HTTP请求,就会出现反复重定向问题。
2021-09-10
·
Notes
·
约 2543 字
·
阅读需 7 分钟
·
35 次阅读
·
As a developer, you’ve already heard about URL countless times. You may have also come across URI before and now you want to k ...
2021-09-07
·
Coding
·
约 1067 字
·
阅读需 3 分钟
·
26 次阅读
·
手里有一个放在国内服务器上的站点仍然使用的Twenty twelve 主题,该主题默认加载 Google fonts,但又不想安装插件。
2021-09-02
·
Coding
·
约 1014 字
·
阅读需 3 分钟
·
21 次阅读
·
How to find the top most category of a post in wordpress?
2021-08-25
·
Coding
·
约 1143 字
·
阅读需 3 分钟
·
35 次阅读
·
yt-dlp is a fork from the now troubled youtube-dl, the best part about yt-dlp aside from being actively maintained i ...
2021-08-06
·
Others
·
约 1785 字
·
阅读需 5 分钟
·
45 次阅读
·
The second edition of this best-selling Python book (100,000+ copies sold in print alone) uses Python 3 to teach even the tech ...