Preventing iframe caching in browser

前端 未结 13 1413
自闭症患者
自闭症患者 2020-11-29 18:03

How do you prevent Firefox and Safari from caching iframe content?

I have a simple webpage with an iframe to a page on a different site. Both the outer page and the

相关标签:
13条回答
  • 2020-11-29 18:41

    Have you installed Fiddler2?

    It will let you see exactly what is being requested, what is being sent back, etc. It doesn't sound plausible that the browser would really hit its cache for different URLs.

    0 讨论(0)
提交回复
热议问题