浏览器接口请求但状态码是 301 Moved Permanently (from disk cache),301是永久重定向,但后面的描述似乎说明被重定向到了缓存???,果然禁止浏览器缓存之后就没问题了,这个问题就和加载验证码的时候的一样&a…
当请求数据时为啥请求成功了就是不返回结果呢
请求数据明明显示200成功了,为什么返回没有结果???结果发现200后面跟着from disk cache,这是个什么鬼??? 看这个意思好像是缓存的问题…
英文原文链接
1、概览
The disk cache stores resources fetched from the web so that they can be accessed quickly at a latter time if needed. The main characteristics ofChromium disk cache are:The cache should not grow unbounded so there must be an algorith…
浏览器served from disk cache
网页接口请求出现304和from disk cache
问题
接口请求本地文件时优先从缓存中获取,以至于无法获取到最新文件内容 一开始以为是go里的response中的buffer导致的,清空buffer以及修改文件的modtime也依然是这种情况
go获…