How long do browsers cache HTTP 301s?

前端 未结 15 2402
囚心锁ツ
囚心锁ツ 2020-11-22 14:43

I am debugging a problem with a HTTP 301 Permanent Redirect. After a quick test, it seems that Safari clears its cache of 301s when it is restarted, but Firefox does not.

15条回答
  •  自闭症患者
    2020-11-22 15:24

    To solve the issue for a localhost address I changed the port number the site ran under. This worked on Chrome version 73.0.3683.86.

提交回复
热议问题