问题:Refused to display 'url' in a frame because it set 'X-Frame-Options' to 'deny' 解决办法: 只需要在 Djagno 的 settings.py 文件中输入: X_FRAME_OPTIONS = 'SAMEORIGIN' 即可.本人崇尚极简主义:说最少的话,帮各位解决问题.如果想深入了解 'X-Frame-Options' 有关内容,读者可以自行百度. 感谢大家的支持.…
You enter a URL into the browser输入一个url地址 The browser looks up the IP address for the domain name浏览器查找域名的ip地址(浏览器缓存→系统缓存→路由器缓存→ISP DNS缓存→从根域名服务器递归搜索) The browser sends a HTTP request to the web server浏览器给web服务器发送一个HTTP请求 The facebook server responds…